Commit Graph

13 Commits

Author SHA1 Message Date
e718408b0e Fixes for Mac OS X (still no textures) ~g2k 2006-06-19 02:35:13 -04:00
148b62c11e Changed: Cleaned up the linux portion of the code
Changed: Finished updating the linux portion of the code with the previous changes to OpenArena::Window
~g2k
2005-07-15 02:27:05 -04:00
40c2acbbf9 Changed: Console (ingame) now works
~g2k
2005-07-02 22:28:21 -04:00
d1cd343417 Changed: Swaped the right and middle mouse buttons in TranslateButton so they should be correct now.
~g2k
2005-07-02 14:44:16 -04:00
4e14ef1072 Changed: Fixed X11 keyboard input. Events are now caught and acted upon.
~g2k
2005-07-01 19:44:57 -04:00
4055e36027 More work on keyhandling
~g2k
2005-06-29 12:05:21 -04:00
f097e77839 Changed: Moved KillGLWindow and CreateGLWindow to the Window class
~g2k
2005-06-26 13:16:40 -04:00
7aae80da7a Changed: Partially abstracted the windows version of OpenArena::Window CreateGLWindow and KillGLWindow are now part of the Window class. ResizeGLScene and InitGL are now callbacks. Direct calls to SwapBuffers and glXSwapBuffers have been replaced by a SwapBuffers method of Window.
~g2k
2005-06-26 10:56:45 -04:00
d5373e6252 Added: Preliminary keyhandling code for linux
~g2k
2005-06-26 09:56:47 -04:00
87b170a778 Moved calls to level.Render and SwapBuffers into DrawGLScene method which will probably be renamed.
Fixed a syntax error where String was used instead of string.
~g2k
2005-06-26 08:47:48 -04:00
7bf68d9016 Added: Uses version.h
Changed: No longer renders just a triangle.  Hopefully it will now graphically look like the windows version.  This version probably won't compile though.
~g2k
2005-06-25 18:21:56 -04:00
4ff0eff556 Changed: Compiles and runs under linux
TODO: Makefile needs to be tweaked
TODO: linux version needs to be changed so it actually renders the world 'n stuff
~g2k
2005-06-25 16:09:42 -04:00
ab7e016a81 Moved main.cpp to windows.cpp
Added linux.cpp
These 2 files should be where 99% of OS specific code resided other than the oa_* dynamic libraries.
2005-06-20 03:06:12 -04:00