Activity for OpenArena

  • Tom Tom committed [fb1361] on Code

    Fixes build errors for Carbon-OpenGL-Test/TestCGLFullscreen.

  • Tom Tom committed [ae623d] on Code

    Adds slightly better logging for errors.

  • Tom Tom committed [6bea10] on Code

    Added *.so files to gitignore.

  • Tom Tom committed [6d4e72] on Code

    Fixed building PluginTester on OSX and cleaned up .gitignore.

  • Tom Tom committed [641c3e] on Code

    Fixed compiler warnings on clang.

  • Tom Tom committed [7555c2] on Code

    Gitignore cleanup.

  • Tom Tom committed [26e866] on Code

    Adds empty settings.json

  • Tom Tom committed [c157d6] on Code

    Adds basic makefile that forwards requests to the os specific makerfiles. (all, clean, and plugins)

  • Tom Tom committed [11f3ec] on Code

    Fixes the tester app so it builds and runs correctly on Linux.

  • Tom Tom committed [d1c605]

    *** empty log message ***

  • Tom Tom committed [1fd48b]

    Initial import.

  • Tom Tom committed [d41603]

    *** empty log message ***

  • Tom Tom committed [208df5]

    Fixed console and made commands typed there work

  • Tom Tom committed [28a5e5]

    Added some console functions (map_load, map_save, config_load, config_save, exec)

  • Tom Tom committed [44f9a5]

    Removed Binary files will be readded soon

  • Tom Tom committed [9c6ac5]

    Readded Binary files

  • Tom Tom committed [91380c]

    Readded Binary files

  • Tom Tom committed [453a63]

    Readded Binary files

  • Tom Tom committed [9e5d8c]

    Readded Binary files

  • Tom Tom committed [0faa5d]

    Readded Binary files

  • Tom Tom committed [ba41c9]

    Fixed console to recognize almost all keyboard keys deemed reasonable.

  • Tom Tom committed [8c93d5]

    Added error reporting to the LEVEL::Execute Function

  • Tom Tom committed [bd0fdc]

    *** empty log message ***

  • Tom Tom committed [427829]

    Changed oa.sou to a binary file

  • Tom Tom committed [faa769]

    Moved from /

  • Tom Tom committed [7f0071]

    Moved to /doc folder

  • Tom Tom committed [1027db]

    Changed: Updated to compile under linux

  • Tom Tom committed [d59062]

    Added makefiles to build under linux still no support for cygwin.

  • Tom Tom committed [07c131]

    Moved main.cpp to windows.cpp

  • Tom Tom committed [1e9e47]

    Created by Eclipse.

  • Tom Tom committed [54718a]

    Removed /bass.dll as it was completely unnecessary and unused.

  • Tom Tom committed [45b13e]

    Added Debug folder to .cvsignore

  • Tom Tom committed [d7f18c]

    Changed /license.txt but it's still incomplete.

  • Tom Tom committed [efba08]

    Changed workig directory to the OpenArena folder

  • Tom Tom committed [aeb084]

    Changed: Added missing const to list::Contains

  • Tom Tom committed [c9e02e]

    Changed: Fixed #include <windows.h>

  • Tom Tom committed [089643]

    Changed: Converted default.tga to default.bmp

  • Tom Tom committed [e99d36]

    Added Window as a subclass of Screen

  • Tom Tom committed [b53a63]

    Added KEY_BACK as backspace

  • Tom Tom committed [6f8a4a]

    Changed: Made g++ friendly

  • Tom Tom committed [347732]

    Changed: #ifdef'd windows only stuff

  • Tom Tom committed [671d9d]

    Changed: Changed the type of g_Screen to OpenArena::Window the subclass of SCREEN

  • Tom Tom committed [a3d8a6]

    Changed: #ifdef'd windows only stuff that's waiting for abstraction

  • Tom Tom committed [a0fdeb]

    Changed: Moved declaration of g_Screen to this file

  • Tom Tom committed [ef94ff]

    ~Changed: Renamed method Status to Loaded to make it more meaningfull

  • Tom Tom committed [7a8893]

    Changed: #ifdef'd a block of code I don't know how to make work on linux yet.

  • Tom Tom committed [953ac1]

    Changed: Compiles and runs under linux

  • Tom Tom committed [9253fb]

    Added version.h which defines OPENARENA_VERSION as "OpenArena v0.1.2" This should be updated from now on.

  • Tom Tom committed [9253fb]

    Added version.h which defines OPENARENA_VERSION as "OpenArena v0.1.2" This should be updated from now on.

  • Tom Tom committed [3bbffe]

    Changed: Added parens around i<<1 so it's more readable.

  • Tom Tom committed [f9538e]

    Added: uses version.h

  • Tom Tom committed [7d4971]

    Added: Uses version.h

  • Tom Tom committed [3780f1]

    *** empty log message ***

  • Tom Tom committed [dddd95]

    *** keyword substitution change ***

  • Tom Tom committed [85be91]

    *** empty log message ***

  • Tom Tom committed [cd2954]

    Added appropriate defines for some of the linux keys

  • Tom Tom committed [d1ea84]

    Removed binary files which visual studio recreates automatically oa.ncb and vc70.idb

  • Tom Tom committed [20bf8d]

    Added oa to .cvsignore

  • Tom Tom committed [c60c94]

    Added CDT project file

  • Tom Tom committed [20bf8d]

    Added oa to .cvsignore

  • Tom Tom committed [69f1e9]

    Undind the changes I made a few hours ago. This file will end up looking more like the linux section and become OS independent.

  • Tom Tom committed [53ce2f]

    Removed a useless comment

  • Tom Tom committed [4cd8e0]

    Moved calls to level.Render and SwapBuffers into DrawGLScene method which will probably be renamed.

  • Tom Tom committed [6fbd4d]

    Made main executable OA in the OpenArena folder

  • Tom Tom committed [44758f]

    Changed Keys from #define's to an enum

  • Tom Tom committed [e03ef2]

    Added: Preliminary keyhandling code for linux

  • Tom Tom committed [181bfd]

    *** empty log message ***

  • Tom Tom committed [6f3dff]

    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

  • Tom Tom committed [198881]

    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.

  • Tom Tom committed [f940c4]

    The windows portion of Window is properly abstract now.

  • Tom Tom committed [9d3e2c]

    Added: Resize Method

  • Tom Tom committed [460b2b]

    Added: Surrounded the entire with an ifdef

  • Tom Tom committed [3737ee]

    Changed: Updated all Key references to the new namespace.

  • Tom Tom committed [e37d7d]

    Changed: Renamed a few classes

  • Tom Tom committed [666e4c]

    Changed: Moved KillGLWindow and CreateGLWindow to the Window class

  • Tom Tom committed [e0d0d1]

    Changed: Upadted Key references to the new namespace.

  • Tom Tom committed [1b690e]

    Added make target window.o

  • Tom Tom committed [068291]

    Added linux implementations of Open and Close

  • Tom Tom committed [ce7d5b]

    Removed: Removed the windows specific section in preparation for a unified keyhandler.

  • Tom Tom committed [4080e1]

    More work on keyhandling

  • Tom Tom committed [8dcd2b]

    Replaced LBUTTON RBUTTON and MBUTTON with BUTTON0 through BUTTON4

  • Tom Tom committed [83635d]

    Changed: Fixed the name of my.cfg the m was accidentaly in caps.

  • Tom Tom committed [459caf]

    Added: Added a second RotateView method which accepts and normalizes a Vec3d vector as opposed to individual components.

  • Tom Tom committed [7a944f]

    Added: Class Vec2i

  • Tom Tom committed [037aaa]

    Added: g_mousePosition which may prolly won't stay long

  • Tom Tom committed [115225]

    Added: Added a second RotateView method which accepts and normalizes a Vec3d vector as opposed to individual components.

  • Tom Tom committed [18ea23]

    Added: GetMousePosition and SetMousePosition methods

  • Tom Tom committed [846a7b]

    Changed: Fixed X11 keyboard input. Events are now caught and acted upon.

  • Tom Tom committed [58c08c]

    Changed: Moved call to window.SetMousePosition() only occur if the mouse has been moved.

  • Tom Tom committed [f436f4]

    Changed: Swaped the right and middle mouse buttons in TranslateButton so they should be correct now.

  • Tom Tom committed [9de602]

    Fixed Vec2f::operator=() and Vec2i::operator=()

  • Tom Tom committed [f436f4]

    Changed: Swaped the right and middle mouse buttons in TranslateButton so they should be correct now.

  • Tom Tom committed [9de602]

    Fixed Vec2f::operator=() and Vec2i::operator=()

  • Tom Tom committed [b518a6]

    Added: Resolution to startup output

  • Tom Tom committed [16a679]

    Fixed a couple bugs involving OpenArena::Keys where either windows virtual keys or char's were being used instead.

  • Tom Tom committed [adc0f7]

    Changed: Console (ingame) now works

  • Tom Tom committed [7a39a7]

    Changed: Made the makefiles a bit more proper

  • Tom Tom committed [390674]

    Changed: Made OpenArena::Screen more abstract.

  • Tom Tom committed [3d185c]

    Changed: Cleaned up the linux portion of the code

  • Tom Tom committed [aabd9b]

    Changed: The cursor is now hidden in the window.

1 >