1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected almost 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
#include filesys/Archive.h instead of just Archive.h to work around clashes with system headers. For consistency, do the same thing for all files in filesys/ (we should consider making all includes 'explicit')
Max Horn
as fingolfin
More... about 15 years ago
Add TODO about invisibility More... over 15 years ago
Rename LITTLE_ENDIAN -> TIMIDITY_LITTLE_ENDIAN to avoid portability issues
Max Horn
as fingolfin
More... over 15 years ago
Removed some old rotten code
Max Horn
as fingolfin
More... over 15 years ago
Use explicit path prefix when includiing zip.h & unzip.h; some cleanup
Max Horn
as fingolfin
More... over 15 years ago
Fix compilation More... over 15 years ago
Fixed lots of warnings
Max Horn
as fingolfin
More... over 15 years ago
Attempt to fix bug #2853664 (Make fails Fedora 11)
Max Horn
as fingolfin
More... over 15 years ago
Fix warning about missing virtual destructor in class with virtual methods; and removed redundant semicolons
Max Horn
as fingolfin
More... over 15 years ago
small fix, so all .o files get removed More... over 15 years ago
CoreAudio builts on OS X 10.6 again More... over 15 years ago
only disable SDLMain on Windows (regression in r2439) More... over 15 years ago
Switched to Windows SubSystem. More... over 15 years ago
[no comment] More... over 15 years ago
Fixed an issue that was causing overlapping items of varying heights to be rendered in the wrong order. More... over 15 years ago
Removed dependency of the SDLmain.lib file for windows builds. The code in the supplied WinMain function will redirect stdout and stderr to text files like SDL would normally do. This code needs to be fixed so its multiuser aware for Vista/7 More... over 15 years ago
Fixed version # to match mingw More... over 15 years ago
Added Win32 resource file to Visual C++ builds More... over 15 years ago
Add version tab for win32 builds. More... over 15 years ago
Removed unused macro parameter from lexer. More... over 15 years ago
* Replaced POSIX unlink call with std::remove More... over 15 years ago
Removed missing file from project More... over 15 years ago
Integrated libraries directly into Pentagram project. More... over 15 years ago
Fixed POSIX _mkdir warning on Windows builds. More... over 15 years ago
Upgraded solution and project files to Visual Studio 2008 format. More... over 15 years ago
Update ChangeLog More... over 15 years ago
Change screen coordinate computation slightly to fix glitches (bug #2655437) More... over 15 years ago
Added a number of explicit casts to correct MSVC++ level 3 compiler warnings More... over 15 years ago
Fixed a signed/unsigned mismatch warning More... over 15 years ago
Avoid warning More... over 15 years ago