Commit Graph

342 Commits

Author SHA1 Message Date
df501b11ac - Minor GCC compat changes
- return( [CLASS]() ); generates a parse error (GCC Bug)

This was SVN commit r357.
2004-06-02 16:11:32 +00:00
a1fb048fe5 Converted to VFS enumeration
This was SVN commit r356.
2004-06-02 16:06:19 +00:00
a2c508ff1a Log XML errors to mainlog.html
This was SVN commit r355.
2004-06-02 15:38:31 +00:00
85f335e0fe fixed tree_lookup - now allows dir names (with optional trailing slash)
This was SVN commit r354.
2004-06-02 15:32:42 +00:00
c0d33d3330 Linux/GCC compat, a few newlines at end of file, minor changes
This was SVN commit r353.
2004-06-02 15:31:55 +00:00
e511599f8b ADD_TYPE macro: added the extra macro argument used by the code
This was SVN commit r352.
2004-06-02 15:22:53 +00:00
01e94151cf added usage of SDL_BUTTON_WHEELUP/DOWN instead of the win-specific constant values
This was SVN commit r351.
2004-06-02 15:22:19 +00:00
270aa5974e - endian ifdefs => __BYTE_ORDER == __BIG_ENDIAN
- round moved to sysdep with _MSC_VER ifdefs
- alternative CHECK_ERR macro (in lib.h)
- some linux compat stuff

This was SVN commit r350.
2004-06-02 15:15:12 +00:00
f1a3cd9e31 ../lib/lib.cpp
This was SVN commit r349.
2004-06-02 15:12:48 +00:00
af3cb23fde Minor changes for linux
This was SVN commit r348.
2004-06-02 15:03:17 +00:00
016ca6ed06 fixed gcc error with asm code
This was SVN commit r347.
2004-06-02 15:00:23 +00:00
48d981b030 - Added a OS_UNIX define for unix variants (Linux and Mac OS X)
- OS_UNIX => HAVE_GETTIMOFDAY
- OS_LINUX => HAVE_X

This was SVN commit r346.
2004-06-02 14:31:27 +00:00
35d6803581 VC6 compat removed for gcc compat ;-)
This was SVN commit r345.
2004-06-02 14:29:49 +00:00
bc9ac47ada Converted to VFS directory enum
This was SVN commit r344.
2004-06-02 14:27:54 +00:00
c07e561241 - Added a little logging for successful and failed loading of animations
This was SVN commit r343.
2004-06-02 14:26:29 +00:00
04763a1f35 - Added a few logging statements (using CLogger)
- Converted to use VFS directory enum instead of _findfirst

This was SVN commit r342.
2004-06-02 14:24:37 +00:00
kezz
77acc78067 kezz - added fmod libs to vc workspace
This was SVN commit r341.
2004-06-02 10:47:27 +00:00
b03e0743e6 no message
This was SVN commit r340.
2004-06-02 01:08:34 +00:00
9bdbc49306 now pull in .lib file via source (more convenient than using project settings)
This was SVN commit r339.
2004-06-02 01:07:25 +00:00
kezz
93486469e6 kezz - added fmod to required libs
This was SVN commit r337.
2004-06-01 23:11:39 +00:00
kezz
11979a48fa kezz - adding preliminary sound code
This was SVN commit r336.
2004-06-01 22:19:53 +00:00
3721e05a74 There was a presumably unnecessary unmatched { in misc.h. Updated it to avoid compiler error.
This was SVN commit r335.
2004-06-01 20:03:24 +00:00
3abf9ac4b5 lots of type fixes; types.h is now a convenience wrapper on top of the standard uintN_t routines
This was SVN commit r334.
2004-06-01 17:34:12 +00:00
3856c2ab1e removed - conflicts with headers on *nix. functionality moved into wsdl
This was SVN commit r333.
2004-06-01 16:52:30 +00:00
bf846be6f5 removed obsoleted _int etc. typedefs
This was SVN commit r332.
2004-06-01 16:51:37 +00:00
notpete
e555221221 Moved UI specific code to it's own directory.
This was SVN commit r331.
2004-05-31 20:37:59 +00:00
notpete
ad2e237946 Removed zoom FOV hack; changed to actually move camera position.
This was SVN commit r330.
2004-05-31 15:52:53 +00:00
5af6d6007b removed endian.* and rolled it into (w)sdl
This was SVN commit r329.
2004-05-31 12:21:14 +00:00
e1e4deb59a replaced broken (?) null.png file
This was SVN commit r328.
2004-05-31 00:56:29 +00:00
notpete
0d39ed6155 Fixing broken commit; version in CVS has nothing in it.
This was SVN commit r327.
2004-05-30 09:31:57 +00:00
MarkT
015a62df51 Fixing leaks. More leaks.
This was SVN commit r326.
2004-05-30 02:18:49 +00:00
MarkT
04cef944e9 Fixing leaks.
This was SVN commit r325.
2004-05-30 01:57:26 +00:00
ae79855c8e Added linefix.exe to source/ for convenience's sake.
This was SVN commit r324.
2004-05-30 01:14:15 +00:00
47a4af4c82 fixed bug found via mem leak: handles now closed at exit regardless of refcount
This was SVN commit r323.
2004-05-30 00:57:20 +00:00
1eaadd38aa ran everything though mark's newline stomper.
This was SVN commit r322.
2004-05-30 00:46:58 +00:00
a929a3506b Made some further required-libraries.txt adjustments, just to consolidate what I've learnt.
This was SVN commit r321.
2004-05-30 00:08:46 +00:00
4bf25dc2a0 Okay, last time just removed. Now I added selection to commit the renamed file.
This was SVN commit r320.
2004-05-30 00:01:37 +00:00
1e2b5c3d29 Renamed required libraries.txt to required-libraries.txt. To prove I know how to delete files. :)
This was SVN commit r319.
2004-05-29 23:56:42 +00:00
f1d37392bc Updated required libraries.txt to account for new wglext.h. My first CVS update. Thanks, Jan!
This was SVN commit r318.
2004-05-29 23:45:32 +00:00
notpete
2d0ce81aee Optimistic bogus newline fix.
This was SVN commit r317.
2004-05-29 23:35:46 +00:00
notpete
02ec5888ec Fixed 180 degree rotation issue caused by missed merge with Mark's code on last check in.
This was SVN commit r316.
2004-05-29 23:35:31 +00:00
notpete
4928af6239 Initial ScEd CVS revision; corresponds to ScEd 0.0.7.2.
This was SVN commit r315.
2004-05-29 21:45:04 +00:00
notpete
210d77c9b3 Initial revision of 3DS MAX exporter for PMD and PSA files.
This was SVN commit r314.
2004-05-29 21:10:50 +00:00
notpete
52f5b707ee Moved all files except terrainMain.cpp somewhere else - either maths, graphics or renderer directories.
This was SVN commit r313.
2004-05-29 21:07:12 +00:00
notpete
591a9ff13f Moved MathUtil files to maths directory.
This was SVN commit r312.
2004-05-29 21:06:30 +00:00
notpete
bc2a24dd86 Modified to handle new maths, graphics and renderer directories.
This was SVN commit r311.
2004-05-29 21:06:01 +00:00
notpete
f2e1fc86ec Removed CRenderer object; it's now a singleton.
This was SVN commit r310.
2004-05-29 21:04:35 +00:00
notpete
d2db4da802 Added singleton creation/destruction for a bunch of graphics related classes; a half dozen minor changes related to model submission, command lines.
This was SVN commit r309.
2004-05-29 21:04:18 +00:00
notpete
6535db7fd4 Minor changes to use CUnit::GetModel() and CUnit::GetObject() instead of m_Model and m_Object, as these are no longer public.
This was SVN commit r308.
2004-05-29 20:58:11 +00:00
notpete
f4d09178a9 Fixed #include.
This was SVN commit r307.
2004-05-29 20:56:55 +00:00