| Commit message (Expand) | Author | Age | Files | Lines |
* | Reordering of the directories[1]: moving Game/Code to src | k-m_schindler | 2008-08-27 | 1 | -1432/+0 |
* | Removed: Select, outdated/unused (+SelectSlide does the job) | mogguh | 2008-08-26 | 1 | -186/+2 |
* | do not use the cached option of GetTexture() for theme textures, as the cache... | tobigun | 2008-08-13 | 1 | -9/+10 |
* | Text has a new property -> Z (default is 0) | mogguh | 2008-07-12 | 1 | -5/+5 |
* | Audio/Video engine update: | tobigun | 2008-07-02 | 1 | -3/+0 |
* | removal of TMenu.InRegion and InStaticRegion. no actual use, at best speculat... | k-m_schindler | 2008-05-22 | 1 | -22/+0 |
* | further code improvement in TMenu.InRegion | k-m_schindler | 2008-05-22 | 1 | -3/+2 |
* | unused variables removed, minor change to TMenu.InRegion, eol property set | k-m_schindler | 2008-05-22 | 1 | -36/+31 |
* | - fixed video-background | tobigun | 2008-05-13 | 1 | -20/+12 |
* | added "inherited ..." to all constructors to assure that the base-class const... | tobigun | 2008-05-08 | 1 | -0/+2 |
* | Bugfix: Options screen doesn't break anymore when cursor up / down is pressed | mogguh | 2008-05-07 | 1 | -16/+2 |
* | Option screen has two rows of buttons, to select the row beneath press [curso... | mogguh | 2008-05-06 | 1 | -2/+49 |
* | Added text reflection as new property in the theme | mogguh | 2008-05-05 | 1 | -5/+5 |
* | MacOSX patch for WideUpperChar. The cwstring Unicode manager is not supported... | tobigun | 2008-05-02 | 1 | -5/+29 |
* | Replaced OpenGL12 with SDL's gl/glu/glext units because OpenGL12 was removed ... | tobigun | 2008-05-02 | 1 | -1/+1 |
* | video-background fix. This should fix the white-screen bug with animation bac... | tobigun | 2008-04-30 | 1 | -1585/+1595 |
* | Fixed some range-check errors. Explicitly disable range-checks {$R-} should n... | tobigun | 2008-04-30 | 1 | -1585/+1585 |
* | workaround for erroneously detection of 48000Hz-only devices as 44100Hz devic... | tobigun | 2008-04-10 | 1 | -21/+30 |
* | Now colorized textures are appended to the TTextureDatabase too. This will pr... | tobigun | 2008-03-31 | 1 | -32/+30 |
* | Unicode fix for WideCharUpperCase(). This should work on all platforms now. | tobigun | 2008-03-31 | 1 | -27/+9 |
* | Removed unused Format-parameter in LoadTexture() and Add...() | tobigun | 2008-03-31 | 1 | -40/+40 |
* | beep() removed | tobigun | 2008-03-31 | 1 | -10/+5 |
* | - removed "Font Black" and "Font" texture type | tobigun | 2008-03-31 | 1 | -137/+126 |
* | - Select(Slide) textures should work now ('Font Black' -> 'Colorized') | tobigun | 2008-03-28 | 1 | -15/+29 |
* | fixed EIntOverflow in function TMenu.WideCharUpperCase when used on Linux ( o... | jaybinks | 2008-03-28 | 1 | -1/+22 |
* | Fixed compilation on the mac. | eddie-0815 | 2008-03-25 | 1 | -0/+11 |
* | ParseInput(... ScanCode: byte; ...) -> ParseInput(... CharCode: WideChar; ...) | tobigun | 2008-03-21 | 1 | -2/+2 |
* | disabled ParseMouse because it is not implemented by any subclass (usage of n... | tobigun | 2008-03-09 | 1 | -1/+3 |
* | Patchs from AlexanderS & f1fth_freed0m | jaybinks | 2008-03-04 | 1 | -11/+3 |
* | - some windows/lclintf dependencies removed | tobigun | 2008-03-03 | 1 | -3/+3 |
* | fixed video looping and background video playback on linux.. | jaybinks | 2008-02-20 | 1 | -8/+3 |
* | mmmmmmmmmmmmm | jaybinks | 2008-02-19 | 1 | -7/+40 |
* | small modification to the | jaybinks | 2008-02-13 | 1 | -2/+10 |
* | removed a bunch of debugging from usdx startup. | jaybinks | 2007-12-20 | 1 | -15/+0 |
* | Fixed texture drawing on Mac OS X (looks like BackImg.Z was not initialized).... | eddie-0815 | 2007-11-22 | 1 | -0/+1 |
* | fixed failed builds | jaybinks | 2007-11-01 | 1 | -0/+4 |
* | Mac OS X version compiles and links. I hope I didn't break too many files on ... | eddie-0815 | 2007-11-01 | 1 | -3/+1 |
* | Fixed "White Line" Bug | whiteshark0 | 2007-10-27 | 1 | -2/+6 |
* | Fixed linux compilation. | jaybinks | 2007-10-02 | 1 | -1529/+1544 |
* | fixed song loading in Lazarus.. | jaybinks | 2007-09-24 | 1 | -0/+1 |
* | minor bug fixes to have lazarus build load resources into SDL_Image | jaybinks | 2007-09-22 | 1 | -5/+13 |
* | Adding new Resource compiler for lazarus projects.. | jaybinks | 2007-09-20 | 1 | -1/+2 |
* | added UCommon ( in classes ) for lazarus... | jaybinks | 2007-09-19 | 1 | -1/+6 |
* | changes in order to compile in lazarus... | jaybinks | 2007-09-18 | 1 | -0/+4 |
* | did some cleanup and minor modifications | b1indy | 2007-09-08 | 1 | -10/+6 |
* | now buttons can also have transparent colorized textures | b1indy | 2007-09-02 | 1 | -16/+67 |
* | finished stuff for colorized transparent textures with statics (credits to mo... | b1indy | 2007-09-02 | 1 | -5/+20 |
* | Added Text Fading to ButtonCollection | whiteshark0 | 2007-06-14 | 1 | -0/+4 |
* | Fixed text position of SelectSlide when High is not 70 | whiteshark0 | 2007-05-16 | 1 | -1/+6 |
* | added "popups" to ask for confirmation when leaving party mode or game or to ... | b1indy | 2007-05-03 | 1 | -4/+15 |