Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-01-05 | menu/control: fix segfaults if manually deletes a control | Alexander Sulfrian | 1 | -3/+14 | |
2013-01-05 | fixed include paths | Alexander Sulfrian | 3 | -3/+2 | |
2013-01-05 | base: moved Image and Texture to more appropriate locations | Alexander Sulfrian | 6 | -0/+374 | |
2013-01-05 | menu/control: controls are now owned by other controls | Alexander Sulfrian | 2 | -13/+38 | |
controls could now be owned by other controls, that are responsible for destruction of their slaves | |||||
2013-01-05 | Makefile.inc: modularized flags, removed include dirs | Alexander Sulfrian | 3 | -3/+3 | |
2013-01-05 | ported from log4cxx to log4cpp | Alexander Sulfrian | 4 | -12/+14 | |
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 all wstring/wchar_t to string/char | Alexander Sulfrian | 3 | -5/+5 | |
2013-01-05 | removed pascal code | Alexander Sulfrian | 12 | -4463/+0 | |
2013-01-05 | added first frame and sub directory for frames | Alexander Sulfrian | 1 | -0/+4 | |
loading screen: currently only with background | |||||
2013-01-05 | added FrameBackgroundImage | Alexander Sulfrian | 2 | -0/+159 | |
2013-01-05 | correctly locking and freeing the event buffers on destruction | Alexander Sulfrian | 1 | -0/+6 | |
2013-01-05 | before set the background of a frame, free old one | Alexander Sulfrian | 1 | -0/+4 | |
2013-01-05 | changed from SDL rendering to OpenGL | Alexander Sulfrian | 15 | -52/+154 | |
draw, repaint methods do not have the SDL_Surface* parameter anymore | |||||
2013-01-05 | added software cursor | Alexander Sulfrian | 3 | -0/+133 | |
2013-01-05 | removed unnecessary pure virtual method declaration | Alexander Sulfrian | 1 | -7/+0 | |
removed that pure virtual declaration - it is already there from the base class | |||||
2013-01-05 | added mouse_move signal to event manager | Alexander Sulfrian | 2 | -1/+5 | |
2013-01-05 | changed screen to display (only local naming) | Alexander Sulfrian | 2 | -3/+3 | |
changed that naming to be consistent to all other draw methods | |||||
2013-01-05 | added overlays | Alexander Sulfrian | 2 | -0/+23 | |
added list of drawable controls that are drawn over all frames | |||||
2013-01-05 | added event_manager | Alexander Sulfrian | 3 | -4/+250 | |
event_manager for passing the events from the SDL thread to the event thread | |||||
2013-01-05 | applied the changes from drawable | Alexander Sulfrian | 2 | -4/+2 | |
2013-01-05 | refactor some things with FPSmanager | Alexander Sulfrian | 2 | -7/+35 | |
2013-01-05 | reset singleton instance on destruction | Alexander Sulfrian | 1 | -0/+3 | |
2013-01-05 | added main application | Alexander Sulfrian | 2 | -0/+218 | |
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 | removed old (converted) opengl display class | Alexander Sulfrian | 2 | -652/+0 | |
2013-01-05 | removed unused opengl | Alexander Sulfrian | 1 | -3/+0 | |
2013-01-05 | added SDL_Surface* display to all repaint/draw methods | Alexander Sulfrian | 10 | -17/+26 | |
2013-01-05 | added parent to control | Alexander Sulfrian | 8 | -10/+37 | |
parent is used to delete the objects if the parent is deleted | |||||
2013-01-05 | started gui framework | Alexander Sulfrian | 14 | -50/+504 | |
renamed menubackground to framebackground and splited out framebackgroundcolor created control as base class renamed draw to repaint and on_draw to draw in drawable implemented drawablecontrol as base for all visible controls on windows created container (subclass of drawablecontrol) that could contain other drawablecontrols created frame (subclass of container) with a background added openGL ldflag | |||||
2013-01-05 | redraw on property change | Alexander Sulfrian | 2 | -0/+2 | |
2013-01-05 | make on_draw protected | Alexander Sulfrian | 2 | -6/+10 | |
external classes have to call draw instead of on_draw (so that visible gets evaluated) | |||||
2013-01-05 | added getter/setter for Reflection::spacing | Alexander Sulfrian | 2 | -0/+13 | |
2013-01-05 | added Reflection class (descendant of Drawable) | Alexander Sulfrian | 2 | -0/+88 | |
2013-01-05 | added drawable abstract base class | Alexander Sulfrian | 2 | -0/+117 | |
2013-01-05 | disabled (defined out) not working code to be able to compile all files | Alexander Sulfrian | 2 | -0/+8 | |
2013-01-05 | converted UMenuBackgroundColor | Alexander Sulfrian | 3 | -73/+23 | |
2013-01-05 | explicit set public scope of implemented method | Alexander Sulfrian | 1 | -0/+1 | |
2013-01-05 | converted UMenuBackgroundNone | Alexander Sulfrian | 2 | -48/+23 | |
2013-01-05 | refactor MenuBackgrund base class | Alexander Sulfrian | 1 | -5/+5 | |
changed on_show, on_finish and deconstructor to optional implementations with empty implementations instead of pure virtual functions in base class | |||||
2013-01-05 | added MenuBackgroundException, removed virtual constructor (nonsense) | Alexander Sulfrian | 1 | -1/+3 | |
2013-01-05 | converted UMenuBackgrund | Alexander Sulfrian | 2 | -83/+52 | |
2013-01-05 | converted UDisplay | Alexander Sulfrian | 3 | -648/+648 | |
2009-11-24 | handling mouse input a better way in UDisplay | whiteshark0 | 1 | -22/+44 | |
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1957 b956fd51-792f-4845-bead-9b4dfca2ff2c | |||||
2009-11-18 | some changes on mousesupport | whiteshark0 | 4 | -33/+136 | |
- you can click on the whole area of a button after fading - options on selects can be changed by clicking on the arrows - fix mouse parsing at the screensong extensions git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1950 b956fd51-792f-4845-bead-9b4dfca2ff2c | |||||
2009-11-17 | prevent key input from being sent to the screen that is fading out, send it ↵ | whiteshark0 | 1 | -0/+13 | |
to the screen that is fading in instead. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1946 b956fd51-792f-4845-bead-9b4dfca2ff2c | |||||
2009-11-09 | merged unicode branch (r1931) into trunk | s_alexander | 10 | -919/+897 | |
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1939 b956fd51-792f-4845-bead-9b4dfca2ff2c | |||||
2009-06-04 | cosmetics | k-m_schindler | 4 | -238/+304 | |
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1800 b956fd51-792f-4845-bead-9b4dfca2ff2c | |||||
2009-05-31 | software cursor is now hidden on startup | whiteshark0 | 1 | -2/+3 | |
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1791 b956fd51-792f-4845-bead-9b4dfca2ff2c | |||||
2009-05-31 | fixed a bug in UMenuText that causes (some of) the crashs in USongJumpTo | whiteshark0 | 1 | -9/+10 | |
some bad coding style by myself also fixed thx to AlexanderS git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1790 b956fd51-792f-4845-bead-9b4dfca2ff2c | |||||
2009-05-31 | merged (experimental) mouse support patch by d0ccrazy | whiteshark0 | 2 | -7/+303 | |
some changes to patch - implemented software cursor (texturable) - option to turn of mouse support or switch between hardware and software cursor - hide software cursor if there is no mouse activity for 5 seconds - soft fade in and out for software cursor - some test cursor-textures for deluxe theme (mog pls change these horible looking images) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1789 b956fd51-792f-4845-bead-9b4dfca2ff2c | |||||
2009-05-28 | comment removed. Successful review from mog. | k-m_schindler | 1 | -3/+0 | |
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1788 b956fd51-792f-4845-bead-9b4dfca2ff2c |