1
0
forked from 0ad/0ad
Commit Graph

44 Commits

Author SHA1 Message Date
09f47d6820 Core Classes Reorganization:
- g_Terrain and g_Camera totally eradicated as globals, is now m_Terrain
of CWorld and m_Camera of CGameView
- terrainMain.cpp is almost completely empty with functionality moved
into the relevant core classes
- Miscellaneous global functions moved into Core Classes (mostly
GameView)

This was SVN commit r865.
2004-07-31 15:57:18 +00:00
415662c4cd First set of Core Classes changes! w00t :P
This was SVN commit r823.
2004-07-27 21:00:53 +00:00
fe1bee706b Fixed loads of /W4 warnings, because it's easier than doing anything useful. Added some asserts to check potentially dangerous assumptions, implemented a few missing bits of code, adjusted some comments, etc.
This was SVN commit r814.
2004-07-24 14:04:40 +00:00
MarkT
6d8b9e33ef Minor additions: Added hotkeys to GUI buttons, camera bookmarking (not sure if this system will stay), shoring up some JS error checking, moved a bunch of constants into the config file and added a new rotation mode.
This was SVN commit r804.
2004-07-22 16:18:12 +00:00
MarkT
f02eab8aba Added configurable hotkey-cooker
This was SVN commit r795.
2004-07-21 16:34:07 +00:00
MarkT
194fdf9b4b Unit selection and ordering, setTimeout, scheduler, fixed timestep code, various fixes and reinforcement of the JS<->Native code.
This was SVN commit r783.
2004-07-20 19:30:35 +00:00
86b460b49f active -> g_active
This was SVN commit r731.
2004-07-12 16:52:38 +00:00
2b1364ffa5 now uses texture loader only, not opengl texture functionality
This was SVN commit r606.
2004-06-26 16:44:01 +00:00
a9e358b9bc change to use new event handler interface
This was SVN commit r598.
2004-06-24 14:06:24 +00:00
fd701dc5d9 more L4 warnings stomped
This was SVN commit r585.
2004-06-22 13:22:46 +00:00
d49e4c622c removed unused vars; only scroll/accept input if app active
This was SVN commit r575.
2004-06-21 12:52:01 +00:00
2efcfa9145 Added left+right click/drag to rotate
Made W and H work
Made numpad plus/minus work

This was SVN commit r500.
2004-06-13 19:35:04 +00:00
663f25f6b6 Added two new camera movement system (change the #define to select between them)
This was SVN commit r468.
2004-06-10 09:58:33 +00:00
ca1994892e main now displays g_CameraZoom
This was SVN commit r464.
2004-06-09 18:02:33 +00:00
notpete
69f0a99f9a Fixed some assumptions PATCH_SIZE is 16.
This was SVN commit r420.
2004-06-07 20:12:22 +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
c7a84e84be added precompiled.h everywhere
This was SVN commit r392.
2004-06-03 18:38:14 +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
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
f2e1fc86ec Removed CRenderer object; it's now a singleton.
This was SVN commit r310.
2004-05-29 21:04:35 +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
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
d63248d276 fixed some signed/unsigned warnings
This was SVN commit r259.
2004-05-24 20:27:25 +00:00
MarkT
6d5afc10ff Added PASAP entity systems
This was SVN commit r246.
2004-05-21 23:46: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
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
91cb7f7138 minor changes (mainly header rename) for lib overhaul
This was SVN commit r157.
2004-03-02 23:54:51 +00:00
Gee
88fd3952d8 "../ps/<file>" => "<file>" ... part not needed
This was SVN commit r129.
2003-12-01 07:07:58 +00:00
notpete
ca321696d8 Modifications to use new renderer interface.
This was SVN commit r106.
2003-11-25 20:17:09 +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
64850c9818 .H => .h, compatability update for case-sensitive platforms
This was SVN commit r80.
2003-11-24 22:52:23 +00:00
Gee
79055b7d88 xres/yres is now g_xres/g_yres and in Prometheus.h
This was SVN commit r72.
2003-11-24 02:17:09 +00:00
MarkT
d963d9c046 CConfig, vfs, misc engine changes.
This was SVN commit r52.
2003-11-10 02:02:28 +00:00
09031a412b no message
This was SVN commit r43.
2003-11-06 20:10:52 +00:00
5cc814759f Initial revision
This was SVN commit r9.
2003-11-03 16:22:45 +00:00