Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-01-21 | menu/application: add is_running | Alexander Sulfrian | 1 | -0/+2 | |
2013-01-21 | menu/application: add quit() to quit the app from everywhere | Alexander Sulfrian | 1 | -0/+2 | |
2013-01-21 | menu/application: add free to allow multiple runs | Alexander Sulfrian | 1 | -0/+2 | |
free() is used to reset the instance of this singleton, so that it gets recreated on the next access. This allows multiple creation/deletion cycles (for example in the tests). | |||||
2013-01-13 | menu/application: add possibility to query if ogl thread | Alexander Sulfrian | 1 | -0/+3 | |
opengl calls should only executed in the thread, that created the opengl context. To query whether the current thread is the opengl thread, the application class stores the current thread id of the opengl thread after initializing opengl. | |||||
2013-01-13 | base/config: add basic config infrastructure | Alexander Sulfrian | 1 | -0/+4 | |
2013-01-13 | remove legacy keywords from file header | Alexander Sulfrian | 1 | -2/+0 | |
2013-01-05 | menu: keep frame in container | Alexander Sulfrian | 1 | -6/+0 | |
before the current frame was stored in application, now every container could keep a frame and paint it before all other content | |||||
2013-01-05 | menu/application: removed display width/height, use DrawableControl::size | Alexander Sulfrian | 1 | -6/+0 | |
2013-01-05 | menu/application: Application now is also a container for the overlays | Alexander Sulfrian | 1 | -6/+1 | |
2013-01-05 | menu: Container subclasses need a Container as parent/owner | Alexander Sulfrian | 1 | -1/+2 | |
2013-01-05 | ported from log4cxx to log4cpp | Alexander Sulfrian | 1 | -2/+2 | |
log4cxx depends on Apache Portable Runtime Utility Library, so we switch to log4cpp with nearly the same features but with no dependencies for easier porting to other platforms | |||||
2013-01-05 | changed from SDL rendering to OpenGL | Alexander Sulfrian | 1 | -2/+2 | |
draw, repaint methods do not have the SDL_Surface* parameter anymore | |||||
2013-01-05 | changed screen to display (only local naming) | Alexander Sulfrian | 1 | -1/+1 | |
changed that naming to be consistent to all other draw methods | |||||
2013-01-05 | added overlays | Alexander Sulfrian | 1 | -0/+5 | |
added list of drawable controls that are drawn over all frames | |||||
2013-01-05 | refactor some things with FPSmanager | Alexander Sulfrian | 1 | -0/+7 | |
2013-01-05 | added main application | Alexander Sulfrian | 1 | -22/+33 | |
added makefile added main function (src/main.cpp) added Application-class with sdl initialisation and main loop added log4cxx.xml configuration for main application adjusted .gitignore | |||||
2013-01-05 | added imageloading stuff (load images to sdl_surface) | Alexander Sulfrian | 1 | -9/+28 | |
2013-01-05 | make string constructor argument a constant reference | Alexander Sulfrian | 1 | -1/+1 | |
2013-01-05 | added custom exception classes for better catching them (gotta catch 'em all) | Alexander Sulfrian | 1 | -9/+10 | |
2013-01-05 | added txt header loading with test and some preparations for loading notes | Alexander Sulfrian | 1 | -1/+2 | |
2013-01-05 | added song loading stubs with different strategies chosen by file extension | Alexander Sulfrian | 1 | -16/+11 | |
2013-01-05 | converted URingBuffer | Alexander Sulfrian | 1 | -27/+16 | |
2013-01-05 | converted UTime.pas to c++ | Alexander Sulfrian | 1 | -13/+34 | |
2008-09-23 | indentation unified, no code change. | k-m_schindler | 1 | -1/+1 | |
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1406 b956fd51-792f-4845-bead-9b4dfca2ff2c | |||||
2008-09-23 | gpl header added and property svn:header set to "HeadURL Id" | k-m_schindler | 1 | -0/+25 | |
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1403 b956fd51-792f-4845-bead-9b4dfca2ff2c | |||||
2008-09-06 | Delphi-mode set for FPC | tobigun | 1 | -0/+4 | |
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1348 b956fd51-792f-4845-bead-9b4dfca2ff2c | |||||
2008-09-02 | Moved: The folder classes has been renamed to base | mogguh | 1 | -0/+0 | |
Updated: ultrastardx.dpr has been changed accordingly git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1339 b956fd51-792f-4845-bead-9b4dfca2ff2c | |||||
2008-08-27 | rename Classes part2 | k-m_schindler | 1 | -0/+0 | |
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1308 b956fd51-792f-4845-bead-9b4dfca2ff2c | |||||
2008-08-27 | rename Classes part1 | k-m_schindler | 1 | -0/+0 | |
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1307 b956fd51-792f-4845-bead-9b4dfca2ff2c | |||||
2008-08-27 | Reordering of the directories[1]: moving Game/Code to src | k-m_schindler | 1 | -0/+0 | |
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1302 b956fd51-792f-4845-bead-9b4dfca2ff2c | |||||
2008-06-08 | - set svn:eol-style to native | tobigun | 1 | -13/+13 | |
- removed some svn:executable properties from non-executable files git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1144 b956fd51-792f-4845-bead-9b4dfca2ff2c | |||||
2007-11-01 | Mac OS X version compiles and links. I hope I didn't break too many files on ↵ | eddie-0815 | 1 | -0/+3 | |
windows/linux. Added switches.inc to all files. Changed many IFDEFs. For Windows-only code please use MSWINDOWS instead of WIN32 now. WIN32 is also used by the Mac port. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@546 b956fd51-792f-4845-bead-9b4dfca2ff2c | |||||
2007-09-23 | New class for score management | whiteshark0 | 1 | -0/+10 | |
-Scores are raised when PopUp slides under the scorebg -1 to 6 Player support (even 5 Players(not supported by Core atm)) -Display 3 Players instead of 2 when 4 Players are set in the Options and Screens=2 Ratingbar is not drawn by class atm. Have to be done git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@430 b956fd51-792f-4845-bead-9b4dfca2ff2c |