Commit Graph

538 Commits

Author SHA1 Message Date
d7dbf08bc2 auto-reload finished (last remaining problem: translating OS paths to VFS)
This was SVN commit r425.
2004-06-08 15:18:01 +00:00
78fa30be94 export path conversion function for res.cpp interaction with FAM
This was SVN commit r424.
2004-06-08 15:16:50 +00:00
8d52add5ea ran newline stomper; no real changes
This was SVN commit r423.
2004-06-08 12:10:51 +00:00
fec51baee5 fixed undefined label and type conversion warnings (cast to uint and ptrdiff_t to long)
This was SVN commit r422.
2004-06-08 12:00:39 +00:00
e4378ffbdc added precompiled.h. these need to be newline-fixed also!
This was SVN commit r421.
2004-06-08 11:50:52 +00:00
notpete
69f0a99f9a Fixed some assumptions PATCH_SIZE is 16.
This was SVN commit r420.
2004-06-07 20:12:22 +00:00
notpete
a93418e353 Moved "res" directory; updated ScEd source to accomodate engine changes.
This was SVN commit r419.
2004-06-07 20:07:11 +00:00
notpete
5b3be293ca Removed Xerces initialisation; added some prop-related logging for errors.
This was SVN commit r418.
2004-06-07 20:03:10 +00:00
notpete
e8f2611b9c Constructor added to CObjectEntry::Anim.
This was SVN commit r417.
2004-06-07 20:01:46 +00:00
notpete
178e5a1c47 Modified to calculate bone transformation matrices in world space, rather than object space.
This was SVN commit r416.
2004-06-07 20:00:56 +00:00
notpete
97b7efab20 Fixed some assumptions PATCH_SIZE is 16.
This was SVN commit r415.
2004-06-07 19:59:20 +00:00
notpete
71d74e9121 Minor change for modified CTextureEntry interface.
This was SVN commit r414.
2004-06-07 19:57:59 +00:00
notpete
05ae51351c Minor change to support on-demand texture loading; fixed backwards orientation issue.
This was SVN commit r413.
2004-06-07 19:57:19 +00:00
notpete
6caf7c7466 Support for loading texture data on data, rather than loading all known textures on startup.
This was SVN commit r412.
2004-06-07 19:56:26 +00:00
notpete
a7d0c194ad Reworked model and terrain rendering to use new VertexBuffer classes; many other smaller changes.
This was SVN commit r411.
2004-06-07 19:53:58 +00:00
notpete
4f8ce4b1d4 Initial revision.
This was SVN commit r410.
2004-06-07 19:52:37 +00:00
notpete
bd0d3e1c36 Moved Xerces initialisation out of CObjectEntry to here (still need to moved GUI and entity XML code at some point). Added simple fixed camera view for basic profiling.
This was SVN commit r409.
2004-06-07 19:51:52 +00:00
9210297729 Unix/Linux update script
This was SVN commit r408.
2004-06-07 10:45:48 +00:00
f9ad314f5a fix empty-statement warning (i.e. comment out - that spot isn't implemented yet)
This was SVN commit r407.
2004-06-07 00:04:37 +00:00
815e177beb now responsible for watching mountings for changes via FAM
This was SVN commit r406.
2004-06-07 00:04:02 +00:00
6380ff781f written against new res.cpp reload interface
This was SVN commit r405.
2004-06-06 23:59:57 +00:00
092fa131ff more faithfully emulating the real FAM now (keeping track of watches by request number). not finished
This was SVN commit r404.
2004-06-06 23:58:52 +00:00
916ddc8c02 fixed ICC warning about func decl
This was SVN commit r403.
2004-06-06 23:58:03 +00:00
94941af636 removed FOV zoom hack (harking back to terrain demo) - rich has written the real thing
This was SVN commit r402.
2004-06-06 23:57:07 +00:00
2dcb0d8056 more header fixes
This was SVN commit r401.
2004-06-04 17:47:12 +00:00
7b9e881039 initial code using FAM API. unfinished; one problem remaining is how to convert absolute paths to their VFS equivalent
This was SVN commit r400.
2004-06-04 17:44:56 +00:00
0ca334ed39 now emulates FAM API so other code can use one interface. implemented but untested.
This was SVN commit r399.
2004-06-04 17:44:17 +00:00
cd3755b935 added headers (needed if !HAVE_PCH)
This was SVN commit r398.
2004-06-04 17:23:39 +00:00
9dcd2a0c12 re-enabled HAVE_PCH (disabled for testing - oops)
This was SVN commit r397.
2004-06-04 16:06:31 +00:00
0dc6007fbd (re)added headers so it'll work without HAVE_PCH
This was SVN commit r396.
2004-06-04 12:41:53 +00:00
0bd696a27d now supports PCH (see announcements)
This was SVN commit r395.
2004-06-04 02:19:42 +00:00
kezz
8eedf2f505 kezz - added fmod initialisation code to main.cpp
This was SVN commit r394.
2004-06-03 19:43:19 +00:00
df4b9df830 fixed reference to since removed hrt.h
This was SVN commit r393.
2004-06-03 18:46:21 +00:00
c7a84e84be added precompiled.h everywhere
This was SVN commit r392.
2004-06-03 18:38:14 +00:00
5747fe33b0 new: windows-specific opengl header (included by ogl.h)
This was SVN commit r391.
2004-06-03 18:37:07 +00:00
8e6e179187 cleanup
This was SVN commit r390.
2004-06-03 18:36:48 +00:00
520e2a1ff6 rename hrt -> wtime; emulate POSIX routine with HRT (simplifies timer code)
This was SVN commit r389.
2004-06-03 18:36:35 +00:00
d6e6dd72e9 \ handling for vfs entity resolver.. ugly as hell, but works :P
This was SVN commit r388.
2004-06-03 17:34:49 +00:00
c15300446e fix stupid mmap bug reported by simon
This was SVN commit r387.
2004-06-03 14:20:09 +00:00
0b3d0c9e5c small interface changes to bring in line with vfs and file
This was SVN commit r386.
2004-06-03 13:57:36 +00:00
cb75497412 documentation! w00t
This was SVN commit r385.
2004-06-03 13:57:00 +00:00
d9b1daf2e4 restored fminf
This was SVN commit r384.
2004-06-03 13:35:39 +00:00
9a9c0055dc Use the VFS wrapper instead of Xerces' local file input source
This was SVN commit r383.
2004-06-03 13:27:01 +00:00
2c2b9ab71a Removed mods/official/ prefix now that ObjectEntry is VFS aware
This was SVN commit r382.
2004-06-03 13:22:19 +00:00
831defdf07 Use the VFS Wrapper instead of Xerces' local file input. Use XMLCh/CStr
conversion functions from XML.h/XMLUtils.cpp

This was SVN commit r381.
2004-06-03 13:20:36 +00:00
d759a8ef82 Conventience functions and VFS Wrappers for Xerces
This was SVN commit r380.
2004-06-03 13:00:19 +00:00
MarkT
d32be2011f Pathfinding tweaks; coldet fixes.
This was SVN commit r379.
2004-06-03 02:20:48 +00:00
4daa183dd3 stripped some headers from deprecated prometheus.h => huge rearrange
This was SVN commit r378.
2004-06-03 01:43:33 +00:00
a5938f5e13 tiny bit of dox
This was SVN commit r377.
2004-06-03 01:42:40 +00:00
2339389870 implemented refcount for mmap
This was SVN commit r376.
2004-06-03 00:27:50 +00:00
6782c17105 fixed a few warnings; updated vfs file enum code
This was SVN commit r375.
2004-06-03 00:20:20 +00:00
af05b758c6 animation: console scrolls in from top of screen
This was SVN commit r374.
2004-06-03 00:19:22 +00:00
2d51e32878 some bulletproofing; completed+documented mmap
This was SVN commit r373.
2004-06-03 00:17:24 +00:00
f84bc36ca3 moved fminf+fmaxf to sysdep
This was SVN commit r372.
2004-06-02 21:50:50 +00:00
af3949ab7a updated file mapping (was partially unimplemented)
This was SVN commit r371.
2004-06-02 20:41:05 +00:00
8b91bbc27a integrated console with some changes (added input handler and update mechanism)
This was SVN commit r370.
2004-06-02 20:40:07 +00:00
62b8deb03d integrated console
This was SVN commit r369.
2004-06-02 20:39:21 +00:00
b82d4dd4b3 removed misc.h - name tells me it isn't necessary ;) everything moved into lib.h
This was SVN commit r368.
2004-06-02 19:02:12 +00:00
06c8a2ca90 Linux Changes
This was SVN commit r367.
2004-06-02 17:44:30 +00:00
d94c41fe9c fixed incorrect endian detect macro
This was SVN commit r366.
2004-06-02 17:40:43 +00:00
0ce04bf73f no message
This was SVN commit r364.
2004-06-02 16:59:12 +00:00
7c86e3459e fixed usage of vfs_next_dirent
This was SVN commit r363.
2004-06-02 16:58:55 +00:00
f8dafe455d CVS dirs are skipped when mounting
This was SVN commit r362.
2004-06-02 16:58:35 +00:00
719b8f1074 fixed *nix libpng include fix
This was SVN commit r361.
2004-06-02 16:33:59 +00:00
72ad0e5d79 Removed the non-windows fallback initialization now that CTextureManager
is converted to VFS directory enumeration

This was SVN commit r360.
2004-06-02 16:29:26 +00:00
c09ab35453 Extended the hash_map kludge to detect gcc
This was SVN commit r359.
2004-06-02 16:28:12 +00:00
4ba7fc3b7c yet more tree_lookup fixes for bug pointed out by simon
This was SVN commit r358.
2004-06-02 16:12:13 +00:00
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
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
notpete
7fb944a1e1 Either moved from terrain directory, or an inital revision, depending on the file. Whole bunch of changes related to props and animation.
This was SVN commit r306.
2004-05-29 20:56:24 +00:00
notpete
4d826bb5f2 Moved from ps directory; add Poya's existing MathUtil.h, previously in terrain directory, at top of this header. Disabled all the existing MathUtil class; looks broken in several places, but don't think anyone's actually using it. Hope they're not, anyway.
This was SVN commit r305.
2004-05-29 20:55:08 +00:00
notpete
2cbc27174c Moved from terrain directory.
This was SVN commit r304.
2004-05-29 20:53:40 +00:00
notpete
e5108b095f Initial revision; placeholder hardware p-buffers. Needs major revision or replacement.
This was SVN commit r303.
2004-05-29 20:52:58 +00:00
notpete
6f20408595 Moved from terrain; contains a whole load of changes related to shadows, props and animation.
This was SVN commit r302.
2004-05-29 20:51:42 +00:00
notpete
5b45b032e5 Fixed #includes.
This was SVN commit r301.
2004-05-29 20:50:23 +00:00
notpete
59c96b8d6a Evil hack workaround for duplicate MFC/Prometheus CSize class name; fixed #includes.
This was SVN commit r300.
2004-05-29 20:50:03 +00:00
notpete
48ded3ab46 Font pathname change; force font texture load on creation.
This was SVN commit r299.
2004-05-29 20:49:04 +00:00
notpete
7468989b4f Moved from "Terrain" directory to somewhere more applicable.
This was SVN commit r298.
2004-05-29 20:48:08 +00:00
notpete
726d5a6adf Added glDrawRangeElements to function list.
This was SVN commit r297.
2004-05-29 20:46:02 +00:00
notpete
86eaf95476 Added function for retrieving GL texture object from a texture handle.
This was SVN commit r296.
2004-05-29 20:45:18 +00:00
0f02c697c4 fixed path to log file
This was SVN commit r295.
2004-05-29 16:36:28 +00:00
a3b02c8c8e added spidermonkey
This was SVN commit r294.
2004-05-29 14:48:06 +00:00
27f8a68de3 some smaller fixes
This was SVN commit r293.
2004-05-29 12:04:42 +00:00
1c5a2d8f10 started vfs enumerate directory support, not finished or functional
This was SVN commit r292.
2004-05-29 12:00:53 +00:00
246662f01f fixed some warnings and one signed/unsigned bug
This was SVN commit r291.
2004-05-29 11:59:59 +00:00
Gee
e326ebae46 major update
This was SVN commit r290.
2004-05-29 04:06:50 +00:00
Gee
1343010185 Some functions made const
This was SVN commit r289.
2004-05-29 03:53:38 +00:00
Gee
97441efac6 CPos, CRect, CSize
This was SVN commit r288.
2004-05-29 03:53:12 +00:00
Gee
2954ec7997 no message
This was SVN commit r287.
2004-05-29 03:50:37 +00:00
MarkT
ac082709cd Added some pathfinding code. (SparsePath)
This was SVN commit r284.
2004-05-29 03:32:33 +00:00
Alan
d32293272f Adding scripting interface files
This was SVN commit r282.
2004-05-28 13:08:16 +00:00
Alan
8de401a3ee Adding scripting interface code
This was SVN commit r281.
2004-05-28 13:07:54 +00:00
c427da4cd2 now references stripped down versions of xerces uploaded by stu
This was SVN commit r280.
2004-05-28 11:09:12 +00:00
MarkT
cb93be5272 Entity code reorganization.
This was SVN commit r279.
2004-05-28 04:01:30 +00:00
MarkT
0b8ff2d0da Entity code reorganization.
This was SVN commit r278.
2004-05-28 02:57:50 +00:00
672c25084b fixed log location; win code modules now register init/shutdown (=> less dependencies, more control over init order)
This was SVN commit r277.
2004-05-27 17:30:06 +00:00
bb3db6daf8 fixed remnant of set-root-dir problem; now finally works correcly when started from batch file. no extra path/chdir necessary.
This was SVN commit r276.
2004-05-27 01:11:21 +00:00
9aacf9b4bf no message
This was SVN commit r275.
2004-05-27 00:29:54 +00:00
MarkT
51375831f1 Desync-ed unit motion.
This was SVN commit r274.
2004-05-26 23:47:46 +00:00
MarkT
880e6287a8 Missing file.
This was SVN commit r273.
2004-05-26 21:18:29 +00:00
MarkT
089472eb24 Early form of collision detection/avoidance added.
This was SVN commit r272.
2004-05-26 20:57:25 +00:00
0c8ea18853 upgrade to new libpng and zlib (see announcements thread)
This was SVN commit r270.
2004-05-26 19:28:42 +00:00
d2e343741b upgrade to new libpng and zlib (see announcements thread)
This was SVN commit r269.
2004-05-26 19:20:30 +00:00
MarkT
ece29bb59d Collision detection code (unused at present).
This was SVN commit r268.
2004-05-26 03:14:33 +00:00
6c608edd60 linefix stomped everything :P
This was SVN commit r266.
2004-05-25 23:16:21 +00:00
MarkT
2bb064e8d8 Fixed some extremely strange linebreaks in ObjectEntry.h/cpp
This was SVN commit r265.
2004-05-25 22:52:05 +00:00
MarkT
88e8a56487 Mouse wheel zoom, lack of it was irritating me.
This was SVN commit r264.
2004-05-25 22:02:57 +00:00
3ae2db717d more warning fixes. added missing wfam.h
This was SVN commit r262.
2004-05-25 00:34:19 +00:00
MarkT
6ef97a6e9a Yet more warnings resolved; SDL gamma option added to command line.
This was SVN commit r261.
2004-05-24 21:28:49 +00:00
MarkT
011bd189ea Further miscellaneous warning-squashing.
This was SVN commit r260.
2004-05-24 21:01:50 +00:00
d63248d276 fixed some signed/unsigned warnings
This was SVN commit r259.
2004-05-24 20:27:25 +00:00
df6fceba62 fixed some signed/unsigned warnings; added gamma control via SDL
This was SVN commit r258.
2004-05-24 20:25:48 +00:00
cf5e2524c2 output directory now correct
This was SVN commit r257.
2004-05-24 00:08:38 +00:00
MarkT
8f9dc744df Finished testing TortoiseCVS, removing some temp files.
This was SVN commit r256.
2004-05-22 22:12:51 +00:00
MarkT
1de04c4990 Testing a theory with TortoiseCVS
This was SVN commit r255.
2004-05-22 22:04:50 +00:00
MarkT
8efddda682 Testing a theory with TortoiseCVS
This was SVN commit r254.
2004-05-22 22:01:15 +00:00
MarkT
ed1a9432ca Testing a theory with TortoiseCVS
This was SVN commit r253.
2004-05-22 21:59:49 +00:00
d1228e4050 Removed old premake files from old place
This was SVN commit r252.
2004-05-22 17:21:34 +00:00
38283af23c Okay, that's a commit in the new place then..
This was SVN commit r251.
2004-05-22 17:17:05 +00:00
notpete
1721b0afa5 Initial revision; heightfield tracing code moved from ScEd.
This was SVN commit r250.
2004-05-22 16:44:39 +00:00
MarkT
c7b6d0089f Minor fix.
This was SVN commit r249.
2004-05-22 02:04:51 +00:00
MarkT
f9ad4c0331 Added standard overview/usage comments to the entity files.
This was SVN commit r248.
2004-05-22 00:57:54 +00:00
MarkT
6d5afc10ff Added PASAP entity systems
This was SVN commit r246.
2004-05-21 23:46:16 +00:00
notpete
6f2aba631b Comment added; investigating line-feed problem with CVS commits.
This was SVN commit r245.
2004-05-20 19:57:08 +00:00
notpete
054d210303 Added BuildModel call to AddObject to ensure required model/animation data is loaded when object list is constructed, not on first use.
This was SVN commit r244.
2004-05-20 17:37:20 +00:00
notpete
256436af40 Adjusted animation loading to store animation with each ObjectEntry for future reference.
This was SVN commit r243.
2004-05-20 17:36:16 +00:00
53e8734d4f quick fix: suppress windows "drive empty" warnings reported by chad
This was SVN commit r242.
2004-05-18 01:29:10 +00:00
41b27867a9 the previous was an older readme.txt; updated.
This was SVN commit r241.
2004-05-18 01:18:32 +00:00
114d07c347 the old "readme.txt" from the workspace dirs, which are now automatically generated
This was SVN commit r240.
2004-05-18 00:42:29 +00:00
34c3c12934 fixes for VC6 build problems reported by Stu.
This was SVN commit r239.
2004-05-18 00:38:39 +00:00
556afb4a5c fixed current directory problem. added healthy does of paranoia to file_rel_chdir, and removed bogus chdir from main.cpp (from test code)
This was SVN commit r238.
2004-05-17 13:23:39 +00:00
b709de582d adding endian routines i wrote independently; maybe it's useful, and less clutter in cvs ;)
This was SVN commit r237.
2004-05-17 12:19:47 +00:00
fbba2e463d merged in rich's demo
This was SVN commit r236.
2004-05-16 03:31:29 +00:00
notpete
99b785b75e *** empty log message ***
This was SVN commit r232.
2004-05-15 17:57:41 +00:00
notpete
02cd011c19 Placeholder code required for font rendering in ScEd.
This was SVN commit r231.
2004-05-15 17:50:27 +00:00
notpete
e1d7bd4173 Added workaround for duplicate CStr in 3DSMAX.
This was SVN commit r230.
2004-05-15 17:48:39 +00:00
notpete
7b2a86a862 Added support for mipmapping DDS textures
This was SVN commit r229.
2004-05-15 17:47:48 +00:00
44d4621ea4 fixed stupid stat bug reported by rich
This was SVN commit r228.
2004-05-15 03:02:26 +00:00
c6054e9c4f automagic reload implemented (vfs and file monitor)
This was SVN commit r227.
2004-05-14 21:20:23 +00:00
76b52d1d8a remove vc6,vc7; use premake instead (will generate workspace in workspaces\vc7 , vc6)
This was SVN commit r226.
2004-05-13 17:23:07 +00:00
4b8f4fc07b add workspaces/gcc (previously /source/linux)
This was SVN commit r225.
2004-05-13 17:21:27 +00:00
a4a8c56f0f removed workspaces that cluttered source dir. replacement: use premake in workspaces/premake; will generate workspace in workspaces/vc7, vc6 etc
This was SVN commit r224.
2004-05-13 17:13:15 +00:00
d1036b9a18 VFS updates; texture reloading now works, tex.cpp is WIP
This was SVN commit r223.
2004-05-13 13:52:48 +00:00
9f3714a789 precompiled headers. need to change workspace settings for them to take effect
This was SVN commit r222.
2004-05-08 01:18:15 +00:00
f383cfd4a8 fix for vc7 (incomplete type in container). also some updates to vfs
This was SVN commit r221.
2004-05-08 01:11:51 +00:00
df282bb714 forgot to add actual premake contents. doh
This was SVN commit r219.
2004-05-07 01:32:49 +00:00
591c02acb0 no message
This was SVN commit r218.
2004-05-07 01:27:05 +00:00
55126a5843 moved premake to source/workspaces. would move vc* into that dir as well, but cannot remove from cvs for some reason :S
This was SVN commit r217.
2004-05-07 01:25:50 +00:00
5b5726ed4d merge of (work in progress) VFS code with new dir layout
This was SVN commit r216.
2004-05-06 17:14:30 +00:00
6869ffd9a5 no message
This was SVN commit r213.
2004-04-24 16:52:39 +00:00
bf67d07b8f Include CLogger.h
This was SVN commit r208.
2004-04-14 21:56:41 +00:00
21f7b63a36 New terrain stuff, CLogger
This was SVN commit r207.
2004-04-14 21:55:24 +00:00
d736ac7026 CLogger Initial Commit
This was SVN commit r206.
2004-04-14 21:52:59 +00:00