| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - Id and HeadURL properties added for better identification of CMakeLists.txt... | tobigun | 2009-05-09 | 6 | -0/+12 |
* | - options added for projectM and generation of lazarus project files | tobigun | 2009-05-09 | 26 | -162/+279 |
* | deleted unneeded Makefile.in | tobigun | 2009-05-08 | 1 | -159/+0 |
* | initial cmake support (let's see if this is better suited than autoconf) | tobigun | 2009-05-08 | 63 | -13107/+1700 |
* | checkin of trunk-copy as base for cmake test | tobigun | 2009-05-08 | 621 | -0/+184018 |
* | automaticaly remove hooks from unloaded plugins | whiteshark0 | 2009-05-04 | 1 | -1/+23 |
* | prevent functions from plugins w/ unopened lua state from being called | whiteshark0 | 2009-05-04 | 1 | -1/+3 |
* | added calls for party modes functions to ScreenSing | whiteshark0 | 2009-05-04 | 2 | -4/+16 |
* | old lua test stuff by hawkear removed or commented | whiteshark0 | 2009-05-04 | 11 | -85/+357 |
* | duel party mode plugin added | whiteshark0 | 2009-05-02 | 1 | -0/+17 |
* | accidently added opening curly brace removed | whiteshark0 | 2009-05-02 | 1 | -2/+2 |
* | Display.AbortScreenChange added (used in ScreenSing and ScreenPartyOptions) | whiteshark0 | 2009-05-02 | 12 | -290/+294 |
* | first attempt to implement the lua wrapper for party game | whiteshark0 | 2009-04-27 | 4 | -26/+379 |
* | some cosmetics | whiteshark0 | 2009-04-25 | 1 | -6/+21 |
* | added Display.FadeTo | whiteshark0 | 2009-04-25 | 2 | -382/+546 |
* | lua gl lib functions by hawkear copied to interface part | whiteshark0 | 2009-04-20 | 2 | -45/+89 |
* | hookable event nearly finished(unhook function missing) | whiteshark0 | 2009-04-20 | 4 | -40/+122 |
* | fixed lua module loading | whiteshark0 | 2009-04-19 | 5 | -30/+128 |
* | lua plugin interface implemented | whiteshark0 | 2009-04-17 | 5 | -2/+1142 |
* | some changes to TPlugin | whiteshark0 | 2009-03-24 | 3 | -32/+260 |
* | removed some debug stuff | whiteshark0 | 2009-03-23 | 1 | -3/+1 |
* | new pluginloader library loading finished | whiteshark0 | 2009-03-23 | 10 | -54/+1042 |
* | whiteshark's new plugin mode check-in | tobigun | 2009-03-21 | 21 | -210/+3162 |
* | new branch for whiteshark's service and hook based (party) plugins | tobigun | 2009-03-21 | 619 | -0/+183080 |
* | lua stuff moved to experimental folder | tobigun | 2009-03-21 | 624 | -0/+178869 |
* | - fpc patch | tobigun | 2009-03-15 | 3 | -4/+29 |
* | UFilename.pas + UFilename.pas added for uniform filesystem access for Windows... | tobigun | 2009-03-14 | 2 | -0/+959 |
* | FPC (Windows only) support for TntUnicodeUtils | tobigun | 2009-03-14 | 8 | -49/+280 |
* | TntUnicodeControls (2.3.0) added (non-graphical classes only). | tobigun | 2009-03-14 | 10 | -0/+8520 |
* | - font-engine uses UCS4 internally | tobigun | 2009-03-14 | 2 | -90/+249 |
* | new language files converted to UTF-8 | tobigun | 2009-03-14 | 2 | -95/+95 |
* | merge with current trunk (just update) | tobigun | 2009-03-14 | 120 | -4323/+16005 |
* | freetype update | tobigun | 2009-01-12 | 7 | -794/+2872 |
* | patch from hannibal218bc: | tobigun | 2009-01-12 | 1 | -122/+130 |
* | CharCode parameter of ParseInput changed from WideChar to UCS4Char (as some c... | tobigun | 2009-01-12 | 36 | -228/+266 |
* | CatSongs.SetFilter(), filter-type parameter updated to new enum type (0 -> fl... | tobigun | 2009-01-12 | 1 | -1/+1 |
* | AnsiStartsText() replaced to avoid usage of ANSI functions with UTF8 strings | tobigun | 2009-01-12 | 1 | -2/+3 |
* | UTF8 support for song filter in song-select screen | tobigun | 2009-01-12 | 2 | -46/+54 |
* | changed type of TLineFragment.Text and TLine.Lyric from String to UTF8String ... | tobigun | 2009-01-12 | 1 | -2/+2 |
* | - UTF8CompareStr, UTF8CompareText, UTF8StartsText, UTF8ContainsStr, UTF8Conta... | tobigun | 2009-01-12 | 2 | -40/+129 |
* | comment for H+ "Use AnsiString" changed into "Use long strings" to emphasize ... | tobigun | 2009-01-12 | 15 | -15/+15 |
* | SDL_WM_SetIcon, mask parameter must be PUInt8, not UInt8 | tobigun | 2009-01-12 | 1 | -1/+1 |
* | {$MINENUMSIZE 4}, {$PACKENUM 4} added to jedi-sdl header | tobigun | 2009-01-12 | 1 | -0/+2 |
* | FPC still does not convert the #0 char to a WideString with length 1. WideStr... | tobigun | 2008-11-08 | 1 | -3/+21 |
* | no windows unit on Mac OS X | k-m_schindler | 2008-11-07 | 1 | -3/+5 |
* | Unicode Text-file support | tobigun | 2008-11-07 | 4 | -305/+390 |
* | - string replaced with UTF8String (although it's just a typedef) to mark UTF8... | tobigun | 2008-11-07 | 7 | -108/+136 |
* | added | tobigun | 2008-11-07 | 1 | -6/+96 |
* | - WideStringUpperCase moved to UUnicodeUtils.pas | tobigun | 2008-11-07 | 29 | -252/+452 |
* | - IsNumericChar/... and other character class type functions moved to UUnicod... | tobigun | 2008-11-06 | 12 | -127/+175 |