tron [Thu, 02 Dec 2004 22:53:07 +0000] rev 534
(svn r901) Small step in the process to clean up the DPARAM mess:
- reduce to 2 sizes (*DParam64 for 64bit values, *DParam for the rest)
- use inline functions instead of macros
- add assert()s to check for buffer overruns
miham [Wed, 01 Dec 2004 21:35:14 +0000] rev 533
(svn r880) Daily langfile updates (automatic)
bjarni [Wed, 01 Dec 2004 19:44:39 +0000] rev 532
(svn r877) Moved bemidi.cpp correctly this time
bjarni [Wed, 01 Dec 2004 19:42:42 +0000] rev 531
(svn r876) reverted the accidently cleared bemidi.cpp
bjarni [Wed, 01 Dec 2004 15:25:18 +0000] rev 530
(svn r870) BeOS: made the move of bemidi.cpp properly (I hope)
bjarni [Wed, 01 Dec 2004 15:23:05 +0000] rev 529
(svn r869) Mac: finally made asserts open the console, so people should be able to see what went wrong even if they opened the game in the GUI
deleted the wrongly moved bemidi.cpp
bjarni [Wed, 01 Dec 2004 11:50:20 +0000] rev 528
(svn r862) Cygwin: libdetection now sets the flags properly if no Makefile.config is found
Cygwin: workaround: libpng is automatically not used even if present until the Cygwin/libpng problem is solved
miham [Mon, 29 Nov 2004 23:20:07 +0000] rev 527
(svn r857) Daily langfile updates (automatic)
Bjarni [Mon, 29 Nov 2004 20:26:00 +0000] rev 526
(svn r856) Makefile: added the flags CYGWIN and MINGW to libdetection. They were missing in the autodetected makefile.config
bjarni [Mon, 29 Nov 2004 20:03:04 +0000] rev 525
(svn r855) BeOS: moved bemidi to os/beos/ (w-ber)