aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* initial cmake support (let's see if this is better suited than autoconf)tobigun2009-05-0863-13107/+1700
* checkin of trunk-copy as base for cmake testtobigun2009-05-08621-0/+184018
* automaticaly remove hooks from unloaded pluginswhiteshark02009-05-041-1/+23
* prevent functions from plugins w/ unopened lua state from being calledwhiteshark02009-05-041-1/+3
* added calls for party modes functions to ScreenSingwhiteshark02009-05-042-4/+16
* old lua test stuff by hawkear removed or commentedwhiteshark02009-05-0411-85/+357
* duel party mode plugin addedwhiteshark02009-05-021-0/+17
* accidently added opening curly brace removedwhiteshark02009-05-021-2/+2
* Display.AbortScreenChange added (used in ScreenSing and ScreenPartyOptions)whiteshark02009-05-0212-290/+294
* first attempt to implement the lua wrapper for party gamewhiteshark02009-04-274-26/+379
* some cosmeticswhiteshark02009-04-251-6/+21
* added Display.FadeTowhiteshark02009-04-252-382/+546
* lua gl lib functions by hawkear copied to interface partwhiteshark02009-04-202-45/+89
* hookable event nearly finished(unhook function missing)whiteshark02009-04-204-40/+122
* fixed lua module loadingwhiteshark02009-04-195-30/+128
* lua plugin interface implementedwhiteshark02009-04-175-2/+1142
* some changes to TPluginwhiteshark02009-03-243-32/+260
* removed some debug stuffwhiteshark02009-03-231-3/+1
* new pluginloader library loading finishedwhiteshark02009-03-2310-54/+1042
* whiteshark's new plugin mode check-intobigun2009-03-2121-210/+3162
* new branch for whiteshark's service and hook based (party) pluginstobigun2009-03-21619-0/+183080
* lua stuff moved to experimental foldertobigun2009-03-21624-0/+178869
* - fpc patchtobigun2009-03-153-4/+29
* UFilename.pas + UFilename.pas added for uniform filesystem access for Windows...tobigun2009-03-142-0/+959
* FPC (Windows only) support for TntUnicodeUtilstobigun2009-03-148-49/+280
* TntUnicodeControls (2.3.0) added (non-graphical classes only).tobigun2009-03-1410-0/+8520
* - font-engine uses UCS4 internallytobigun2009-03-142-90/+249
* new language files converted to UTF-8tobigun2009-03-142-95/+95
* merge with current trunk (just update)tobigun2009-03-14120-4323/+16005
* freetype updatetobigun2009-01-127-794/+2872
* patch from hannibal218bc:tobigun2009-01-121-122/+130
* CharCode parameter of ParseInput changed from WideChar to UCS4Char (as some c...tobigun2009-01-1236-228/+266
* CatSongs.SetFilter(), filter-type parameter updated to new enum type (0 -> fl...tobigun2009-01-121-1/+1
* AnsiStartsText() replaced to avoid usage of ANSI functions with UTF8 stringstobigun2009-01-121-2/+3
* UTF8 support for song filter in song-select screentobigun2009-01-122-46/+54
* changed type of TLineFragment.Text and TLine.Lyric from String to UTF8String ...tobigun2009-01-121-2/+2
* - UTF8CompareStr, UTF8CompareText, UTF8StartsText, UTF8ContainsStr, UTF8Conta...tobigun2009-01-122-40/+129
* comment for H+ "Use AnsiString" changed into "Use long strings" to emphasize ...tobigun2009-01-1215-15/+15
* SDL_WM_SetIcon, mask parameter must be PUInt8, not UInt8tobigun2009-01-121-1/+1
* {$MINENUMSIZE 4}, {$PACKENUM 4} added to jedi-sdl headertobigun2009-01-121-0/+2
* FPC still does not convert the #0 char to a WideString with length 1. WideStr...tobigun2008-11-081-3/+21
* no windows unit on Mac OS Xk-m_schindler2008-11-071-3/+5
* Unicode Text-file supporttobigun2008-11-074-305/+390
* - string replaced with UTF8String (although it's just a typedef) to mark UTF8...tobigun2008-11-077-108/+136
* added tobigun2008-11-071-6/+96
* - WideStringUpperCase moved to UUnicodeUtils.pastobigun2008-11-0729-252/+452
* - IsNumericChar/... and other character class type functions moved to UUnicod...tobigun2008-11-0612-127/+175
* fontsTTF.ini -> fonts.initobigun2008-11-052-11/+1
* Vera replaced with DejaVutobigun2008-11-0525-22/+1359
* - freetype enabled by defaulttobigun2008-11-015-474/+87