Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-05-04 | remove semicolon after namespace | Alexander Sulfrian | 1 | -1/+1 | |
Class definitions have to end with a semicolon but not namespaces. So remove this everywhere. | |||||
2013-01-18 | menu: add mouse manager for handling mouse focus and clicks | Alexander Sulfrian | 1 | -33/+23 | |
2013-01-18 | menu: mouse events now take points, not the single coords | Alexander Sulfrian | 1 | -3/+3 | |
2013-01-13 | menu/software_mouse_pointer: implement pressed state | Alexander Sulfrian | 1 | -0/+14 | |
2013-01-13 | menu/event_manager: add more mouse events | Alexander Sulfrian | 1 | -1/+1 | |
2013-01-13 | menu/texture: implement GlDelayedAllocation interface | Alexander Sulfrian | 1 | -3/+3 | |
Textures are now initialized during their first use, destroyed after their last used and could be use with the Activator. | |||||
2013-01-13 | menu: use RgbColor.get_array(?) magic everywhere | Alexander Sulfrian | 1 | -1/+2 | |
2013-01-13 | menu: use boost::shared_mutex | Alexander Sulfrian | 1 | -1/+0 | |
Use everywhere a mutable boost::shared_mutex to enable locking during const getter and the multiple reader and single writer pattern. | |||||
2013-01-13 | remove legacy keywords from file header | Alexander Sulfrian | 1 | -2/+0 | |
2013-01-13 | menu/software_mouse_pointer: hide after 2s without movement | Alexander Sulfrian | 1 | -0/+3 | |
2013-01-05 | menu/drawable_control: added position, glTransform to position before drawing | Alexander Sulfrian | 1 | -5/+0 | |
software_mouse_pointer does not need an own position anymore and simply draw it without position change | |||||
2013-01-05 | menu: use 2d coordinates for opengl | Alexander Sulfrian | 1 | -1/+1 | |
2013-01-05 | menu: Container subclasses need a Container as parent/owner | Alexander Sulfrian | 1 | -2/+2 | |
2013-01-05 | fixed include paths | Alexander Sulfrian | 1 | -1/+1 | |
2013-01-05 | Makefile.inc: modularized flags, removed include dirs | Alexander Sulfrian | 1 | -1/+1 | |
2013-01-05 | changed from SDL rendering to OpenGL | Alexander Sulfrian | 1 | -3/+12 | |
draw, repaint methods do not have the SDL_Surface* parameter anymore | |||||
2013-01-05 | added software cursor | Alexander Sulfrian | 1 | -14/+20 | |
2013-01-05 | added SDL_Surface* display to all repaint/draw methods | Alexander Sulfrian | 1 | -2/+4 | |
2013-01-05 | added parent to control | Alexander Sulfrian | 1 | -1/+1 | |
parent is used to delete the objects if the parent is deleted | |||||
2013-01-05 | started gui framework | Alexander Sulfrian | 1 | -10/+15 | |
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 | added Point, Point3D, Dimension, Rectangle, RgbColor and Texture classes | Alexander Sulfrian | 1 | -8/+11 | |
2013-01-05 | added complete song structure | Alexander Sulfrian | 1 | -10/+8 | |
added LyricLines for lines of lyrics with some words added LyricWords for single words (notes) of lyrics added construction/deconstruction of lines and words form parsed data changed BPM list to list of pointer | |||||
2013-01-05 | added wrapper for easily getting istreams from files with proper cleanup | Alexander Sulfrian | 1 | -12/+15 | |
2013-01-05 | added song loading stubs with different strategies chosen by file extension | Alexander Sulfrian | 1 | -20/+12 | |
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 |