Commit Graph

56 Commits

Author SHA1 Message Date
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
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
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
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
f2e1fc86ec Removed CRenderer object; it's now a singleton.
This was SVN commit r310.
2004-05-29 21:04:35 +00:00
27f8a68de3 some smaller fixes
This was SVN commit r293.
2004-05-29 12:04:42 +00:00
MarkT
ac082709cd Added some pathfinding code. (SparsePath)
This was SVN commit r284.
2004-05-29 03:32:33 +00:00
MarkT
089472eb24 Early form of collision detection/avoidance added.
This was SVN commit r272.
2004-05-26 20:57:25 +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
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
notpete
1721b0afa5 Initial revision; heightfield tracing code moved from ScEd.
This was SVN commit r250.
2004-05-22 16:44:39 +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
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
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
d1036b9a18 VFS updates; texture reloading now works, tex.cpp is WIP
This was SVN commit r223.
2004-05-13 13:52:48 +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
d4ca9695d7 Changed terrain stuff from ScEd 0.0.5.2
This was SVN commit r203.
2004-04-13 16:54:34 +00:00
6abf0e5b5d New terrain files from ScEd 0.0.5.2
This was SVN commit r201.
2004-04-13 11:09:36 +00:00
Ben
16c7c585ee Altered to better comply with coding standards.
This was SVN commit r188.
2004-03-08 20:21:46 +00:00
Ben
fa34a13f44 First commit of CSprite, CParticle and CParticleEmitter classes
This was SVN commit r173.
2004-03-05 06:37:44 +00:00
91cb7f7138 minor changes (mainly header rename) for lib overhaul
This was SVN commit r157.
2004-03-02 23:54:51 +00:00
Gee
ff393423f5 just moved the variable declaration out of the for loops when the same was used twice. vc6 doesn't like it since it doesn't scope the for-header.
This was SVN commit r145.
2003-12-27 07:24:41 +00:00
Gee
88fd3952d8 "../ps/<file>" => "<file>" ... part not needed
This was SVN commit r129.
2003-12-01 07:07:58 +00:00
a5161102e5 include path with backslashes
This was SVN commit r118.
2003-11-27 19:09:14 +00:00
d808cd9a2d for scoping
This was SVN commit r117.
2003-11-27 19:08:37 +00:00
5ebe6d053e Reference to temporary, *= should return reference to this
This was SVN commit r115.
2003-11-27 19:06:11 +00:00
notpete
455f03582b Removed WIDEASPECT hack.
This was SVN commit r107.
2003-11-25 20:17:46 +00:00
notpete
ca321696d8 Modifications to use new renderer interface.
This was SVN commit r106.
2003-11-25 20:17:09 +00:00
notpete
54087348e3 Extended renderer interface, added basic CModel rendering.
This was SVN commit r105.
2003-11-25 20:14:34 +00:00
notpete
59d4bfbae1 Changes to terrain initialisation and lighting.
This was SVN commit r104.
2003-11-25 20:13:39 +00:00
notpete
e7637d52c3 Minor changes for const-ness.
This was SVN commit r103.
2003-11-25 20:11:56 +00:00
notpete
97f7e8a5eb Updated HEIGHT_SCALE to the actual height scale.
This was SVN commit r102.
2003-11-25 20:10:25 +00:00
notpete
874df3bb1c Modified to use CBound class.
This was SVN commit r101.
2003-11-25 20:09:57 +00:00
notpete
49e484d32c operator(row,col) added.
This was SVN commit r100.
2003-11-25 20:07:09 +00:00
notpete
5f4a43eea9 Altered STerrainVertex definition.
This was SVN commit r99.
2003-11-25 19:59:47 +00:00
notpete
a60cafe1d4 RADTODEG macro added.
This was SVN commit r98.
2003-11-25 18:36:17 +00:00
notpete
3e3fb5bc70 Minor changes for const-ness.
This was SVN commit r97.
2003-11-25 18:35:43 +00:00
notpete
cc2b6afdac Initial revision.
This was SVN commit r96.
2003-11-25 18:34:05 +00:00
b732a1e1c5 Linux Compat, lots of const qualifiers, unused windows includes in
terrainMain.cpp removed

This was SVN commit r86.
2003-11-25 02:15:59 +00:00