aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* some changes to TPluginwhiteshark02009-03-243-32/+260
| | | | | | handshake finished git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1657 b956fd51-792f-4845-bead-9b4dfca2ff2c
* removed some debug stuffwhiteshark02009-03-231-3/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1655 b956fd51-792f-4845-bead-9b4dfca2ff2c
* new pluginloader library loading finishedwhiteshark02009-03-2310-54/+1042
| | | | | | | handshake missing sdk nearly finished git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1654 b956fd51-792f-4845-bead-9b4dfca2ff2c
* whiteshark's new plugin mode check-intobigun2009-03-2121-210/+3162
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1644 b956fd51-792f-4845-bead-9b4dfca2ff2c
* new branch for whiteshark's service and hook based (party) pluginstobigun2009-03-21619-0/+183080
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1643 b956fd51-792f-4845-bead-9b4dfca2ff2c
* lua stuff moved to experimental foldertobigun2009-03-21624-0/+178869
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1642 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - fpc patchtobigun2009-03-153-4/+29
| | | | | | - added units to project-file git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1640 b956fd51-792f-4845-bead-9b4dfca2ff2c
* UFilename.pas + UFilename.pas added for uniform filesystem access for ↵tobigun2009-03-142-0/+959
| | | | | | Windows/Mac/Unix. Very experimental. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1639 b956fd51-792f-4845-bead-9b4dfca2ff2c
* FPC (Windows only) support for TntUnicodeUtilstobigun2009-03-148-49/+280
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1638 b956fd51-792f-4845-bead-9b4dfca2ff2c
* TntUnicodeControls (2.3.0) added (non-graphical classes only).tobigun2009-03-1410-0/+8520
| | | | | | Needed for unicode support with windows. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1637 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - font-engine uses UCS4 internallytobigun2009-03-142-90/+249
| | | | | | - more UTf-8 and UCS4 routines in UnicodeUtils git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1636 b956fd51-792f-4845-bead-9b4dfca2ff2c
* new language files converted to UTF-8tobigun2009-03-142-95/+95
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1635 b956fd51-792f-4845-bead-9b4dfca2ff2c
* merge with current trunk (just update)tobigun2009-03-14120-4323/+16005
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1634 b956fd51-792f-4845-bead-9b4dfca2ff2c
* freetype updatetobigun2009-01-127-794/+2872
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1569 b956fd51-792f-4845-bead-9b4dfca2ff2c
* patch from hannibal218bc:tobigun2009-01-121-122/+130
| | | | | | | - DEBUG: fix program hang on empty Value in header of TXT song; now log an ERROR about it - COSMETIC: output full song path when reporting errors while reading TXT songs git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1568 b956fd51-792f-4845-bead-9b4dfca2ff2c
* CharCode parameter of ParseInput changed from WideChar to UCS4Char (as some ↵tobigun2009-01-1236-228/+266
| | | | | | chars might reguire two WideChar). git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1565 b956fd51-792f-4845-bead-9b4dfca2ff2c
* CatSongs.SetFilter(), filter-type parameter updated to new enum type (0 -> ↵tobigun2009-01-121-1/+1
| | | | | | fltAll) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1564 b956fd51-792f-4845-bead-9b4dfca2ff2c
* AnsiStartsText() replaced to avoid usage of ANSI functions with UTF8 stringstobigun2009-01-121-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1563 b956fd51-792f-4845-bead-9b4dfca2ff2c
* UTF8 support for song filter in song-select screentobigun2009-01-122-46/+54
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1562 b956fd51-792f-4845-bead-9b4dfca2ff2c
* changed type of TLineFragment.Text and TLine.Lyric from String to UTF8String ↵tobigun2009-01-121-2/+2
| | | | | | (just for clarity) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1561 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - UTF8CompareStr, UTF8CompareText, UTF8StartsText, UTF8ContainsStr, ↵tobigun2009-01-122-40/+129
| | | | | | | | UTF8ContainsText, UTF8UpperCase, UTF8LowerCase added - StringReplaceW moved from UCommon.pas to UUnicodeUtils.pas git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1560 b956fd51-792f-4845-bead-9b4dfca2ff2c
* comment for H+ "Use AnsiString" changed into "Use long strings" to emphasize ↵tobigun2009-01-1215-15/+15
| | | | | | that long strings can be used for UTF-8 too. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1559 b956fd51-792f-4845-bead-9b4dfca2ff2c
* SDL_WM_SetIcon, mask parameter must be PUInt8, not UInt8tobigun2009-01-121-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1558 b956fd51-792f-4845-bead-9b4dfca2ff2c
* {$MINENUMSIZE 4}, {$PACKENUM 4} added to jedi-sdl headertobigun2009-01-121-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1557 b956fd51-792f-4845-bead-9b4dfca2ff2c
* FPC still does not convert the #0 char to a WideString with length 1. ↵tobigun2008-11-081-3/+21
| | | | | | WideStringUpperCase overloaded to handle this correctly (was WideCharUpperCase previously) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1512 b956fd51-792f-4845-bead-9b4dfca2ff2c
* no windows unit on Mac OS Xk-m_schindler2008-11-071-3/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1511 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Unicode Text-file supporttobigun2008-11-074-305/+390
| | | | | | | | | | | | - lyrics, song-title, artist, etc. are now UTF8 strings - filenames need some work (UTF-8 on Mac, otherwise still native encoding. Should always be UTF-8 instead) File encoding: - if the file starts with a UTF-8 BOM, UTF-8 is assumed - if the file contains an encoding header (#ENCODING: UTF8/CP1252/CP1250), the given encoding is used - if neither of the previous applies the default encoding (stored in the config-file, default CP1252 = USDX 1.01a encoding) is used git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1510 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - string replaced with UTF8String (although it's just a typedef) to mark ↵tobigun2008-11-077-108/+136
| | | | | | | | UTF8 strings. - misc. unicode compatibility fixes git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1509 b956fd51-792f-4845-bead-9b4dfca2ff2c
* added tobigun2008-11-071-6/+96
| | | | | | | | | | - CheckReplaceUTF8BOM() - ParseEncoding() - UTF8_BOM - RecodeStringUTF8 - RecodeString moved to RecodeStringWide git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1508 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - WideStringUpperCase moved to UUnicodeUtils.pastobigun2008-11-0729-252/+452
| | | | | | | | - WideCharUpperCase removed as single characters (code-point) can be represented by two WideChars (surrogates). Convert to UCS4 instead (one code-point <-> one UCS4Char). - UCS4 functions added to UUUnicodeUtils - string replaced with UTF8String (although it's just a typedef) to mark UTF8 strings. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1507 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - IsNumericChar/... and other character class type functions moved to ↵tobigun2008-11-0612-127/+175
| | | | | | | | | | UUnicodeUtils.pas - UCS4 to UTF8 converters added. Nice for changing single characters (e.g. MyString[i] := 'de') - Player names are now UTF8 - DeleteLastLetter is UTF8 now git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1504 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fontsTTF.ini -> fonts.initobigun2008-11-052-11/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1503 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Vera replaced with DejaVutobigun2008-11-0525-22/+1359
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1502 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - freetype enabled by defaulttobigun2008-11-015-474/+87
| | | | | | | - Result[DstPos] := WideChar(Src[SrcPos]) must be Result[DstPos] := WideChar(Ord(Src[SrcPos])) otherwise FPC (but not Delphi) will convert the character according to current locale. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1495 b956fd51-792f-4845-bead-9b4dfca2ff2c
* language files converted to UTF-8tobigun2008-11-0113-858/+858
| | | | | | Important: do not add a UTF-8 BOM, otherwise TIniFile is not able to read those files (GetPrivateProfileStringA of the Win32 API fails). git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1494 b956fd51-792f-4845-bead-9b4dfca2ff2c
* unicode branch addedtobigun2008-10-31613-0/+173979
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1492 b956fd51-792f-4845-bead-9b4dfca2ff2c
* unicode dir temporary deletedtobigun2008-10-310-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1491 b956fd51-792f-4845-bead-9b4dfca2ff2c
* experimental branch addedtobigun2008-10-310-0/+0
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1490 b956fd51-792f-4845-bead-9b4dfca2ff2c