source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @245   5 years chronos * Added: Inactive scaling functions for future HighDPI support.
(edit) @242   5 years chronos * Modified: Show settings form as centered on screen.
(edit) @241   5 years chronos * Fixed: Pack also Example map from Saved directory to Linux deb package.
(edit) @240   5 years chronos * Fixed: Saved and predefined maps were not correctly copied from …
(edit) @239   5 years chronos * Fixed: Do not use Liberator AI as begginer AI. StdAI is set as …
(edit) @238   5 years chronos * Fixed: Wrong previous game selection index if the list was …
(edit) @235   5 years chronos * Fixed: Build under Lazarus 1.8.x.
(edit) @234   5 years chronos * Fixed: Wrong place of AI child components in Windows installer.
(edit) @232   5 years chronos * Fixed: Set all as non-scaled to avoid Lazarus IDE to resize buttons …
(edit) @231   5 years chronos * Fixed: Reverted back badly resized Term form.
(edit) @230   5 years chronos * Modified: Optimized drawing in Wonders window.
(edit) @229   5 years chronos * Fixed: Correction of condition for custom Linux HitTest implementation.
(edit) @228   5 years chronos * Fixed: Use custom Linux HitTest replacement only if OnMouseDown is …
(edit) @227   5 years chronos * Fixed: Wrong timeout calculation in movie mode. * Fixed: City dialog …
(edit) @226   5 years chronos * Fixed: Drawing to wrong canvas in Select dialog.
(edit) @225   5 years chronos * Fixed: Slow drawing of actions on Start windows main tab. Use …
(edit) @222   5 years chronos * Fixed: Remove correct registered handler.
(edit) @221   5 years chronos * Fixed: Missing OnDestroy event in TechTree.
(edit) @220   5 years chronos * Modified: Use wsFullScreen to switch to fullscreen mode. * Fixed: …
(edit) @219   5 years chronos * Fixed: Apply correctly fullscreen mode to MainScreen.
(edit) @218   5 years chronos * Modified: Create separate 32-bit and 64-bit Windows installers to …
(edit) @215   5 years chronos * Fixed: Clear bitmap before loading from screen canvas.
(edit) @211   5 years chronos * Modified: MakeRed function moved to ScreenTools after MakeBlue function.
(edit) @209   5 years chronos * Modified: Code formatting.
(edit) @208   5 years chronos * Fixed: Replaced drawing using Bitmap ScanLine by TPixelPointer to …
(edit) @207   5 years chronos * Fixed: Removed more compiler hints and warnings.
(edit) @206   5 years chronos * Modified: Remove warnings about uninitialized TPixelPointer …
(edit) @205   5 years chronos * Fixed: Removed various code compilation warnings and hints.
(edit) @203   5 years chronos * Fixed: A typo in Windows installer script.
(edit) @202   5 years chronos * Modified: Inner functions converted to standard methods in …
(edit) @201   5 years chronos * Fixed: Sound was played only once because LCL doesn't handle …
(edit) @200   5 years chronos * Fixed: Pack all files from AI Template directory to Windows …
(edit) @199   5 years chronos * Fixed: LocalizedFilePath function can accept file names and also …
(edit) @198   5 years chronos * Fixed: Mini map was sometimes shown in wrong Start form tabs due …
(edit) @197   5 years chronos * Added: Package also "AI Templates" into Windows installer.
(edit) @196   5 years chronos * Modified: Optimized drawing using BitBlt directly instead of …
(edit) @195   5 years chronos * Fixed: Show correct c-evo icon and do not show version in …
(edit) @194   5 years chronos * Fixed: Locale configuration in configuration was not working as …
(edit) @192   5 years chronos * Modified: Code cleanup. * Modified: Simplified initialization of …
(edit) @191   5 years chronos * Added: AI Template directory with manual for development of custom …
(edit) @190   5 years chronos * Modified: Code cleanup.
(edit) @189   5 years chronos * Added: New Global unit with global constants. * Modified: Multiple …
(edit) @188   5 years chronos * Modified: Simplified code by replacing BitBlt which uses always …
(edit) @187   5 years chronos * Modified: Made MiniMap separate class for better code readability …
(edit) @186   5 years chronos * Modified: Code formatting.
(edit) @185   5 years chronos * Modified: Code cleanup.
(edit) @184   5 years chronos * Modified: Code formatting.
(edit) @183   5 years chronos * Modified: Use enumeration for MainAction items.
(edit) @182   5 years chronos * Added: Support for bigger map tile size.
(edit) @176   6 years chronos * Added: Install dependency on sox package and its play command.
(edit) @174   6 years chronos * Fixed: Disable MoveAction for TDrawDlg instances after visible change.
(edit) @173   6 years chronos * Added: Sound support for Linux. By default it should execute …
(edit) @172   6 years chronos * Fixed: Scrollbar in Help form was not working correctly under Linux. …
(edit) @171   6 years chronos * Fixed: Incorrectly appended lines in Help form causing exception. * …
(edit) @170   6 years chronos * Modified: PixelPointer moved to separate unit.
(edit) @169   6 years chronos * Modified: Store Saved and Maps subdirectory names only once in …
(edit) @168   6 years chronos * Fixed: Allow to move dialog windows under Linux Gtk2.
(edit) @167   6 years chronos * Added: Allow to change full screen mode to windowed mode.
(edit) @166   6 years chronos * Modified: Moved BaseWin unit to CevoPackages as it contains classes …
(edit) @165   6 years chronos * Modified: CevoComponents package registers new components in C-evo …
(edit) @164   6 years chronos * Moved: CevoComponents moved to new Packages subdirectory so there …
(edit) @163   6 years chronos * Modified: Unit ScreenTools cleanup.
(edit) @160   6 years chronos * Added: StdAI from original game. Previously used only AI dev kit.
(edit) @159   6 years chronos * Modified: More readable OnHitTest code.
(edit) @157   6 years chronos * Modified: Start unit code cleanup. Some constants changed to …
(edit) @156   6 years chronos * Modified: Improved wonders dialog code readability.
(edit) @155   6 years chronos * Fixed: Wrong drawing of wonders dialog. * Modified: Use separate …
(edit) @154   6 years chronos * Fixed: Wrong sprite index calculation for special map tiles.
(edit) @152   6 years chronos * Fixed: City type drag and drop cursor was invisible under linux.
(edit) @151   6 years chronos * Fixed: Search players brains in available brains, not in players brains.
(edit) @150   6 years chronos * Fixed: Problem with offscreen bitmap handle causing to not show …
(edit) @149   6 years chronos * Fixed: Wrong vertical position of unit lack red background frame in …
(edit) @148   7 years chronos * Modified: Protocol unit cleanup for better readability.
(edit) @147   7 years chronos * Removed: Obsolete Delphi files.
(edit) @146   7 years chronos * Removed: Obsolete delphi files. * Modified: Resource files …
(edit) @145   7 years chronos * Modified: bix variable as array of players brains indexes refactored …
(edit) @144   7 years chronos * Modified: More code refactoring related to players brain selection.
(edit) @143   7 years chronos * Modified: Brains array changed to object list and TBrainInfo record …
(edit) @142   7 years chronos * Added: 32-bit Fedora RPM install package.
(edit) @140   7 years chronos * Fixed: Updated RPM spec file to use new StdAI path
(edit) @137   7 years chronos * Modified: Moved start screeb configuration loading part to separate …
(edit) @136   7 years chronos * Fixed: Update background texture in city dialog after age change.
(edit) @135   7 years chronos * Fixed: Reduced compiler warnings.
(edit) @133   7 years chronos * Fixed: Search additional AI libraries only in subdirectories of AI …
(edit) @130   7 years chronos * Fixed: Initial coordinate were not set in MakeBlue function.
(edit) @129   7 years chronos * Fixed: Range error in random generator for 32-bit architecture.
(edit) @128   7 years chronos * Modified: Code cleanup. * Modified: Formatted ScreenTools unit. * …
(edit) @127   7 years chronos * Fixed: Case sensitive name under Linux.
(edit) @126   7 years chronos * Modified: Windows installed allows to select installed components. …
(edit) @125   7 years chronos * Fixed: New StdAI path in deb package.
(edit) @124   7 years chronos * Added: Other available AI libraries to AI subdirectory. The game …
(edit) @123   7 years chronos * Added: Simplified and traditional Chinese locale from official game.
(edit) @122   7 years chronos * Added: Linux binary with newer version.
(edit) @120   7 years chronos * Added: Special Delphi random number generator algorithm. It is …
(edit) @118   7 years chronos * Modified: Set Bitmap size at once.
(edit) @117   7 years chronos * Fixed: Wrong drawing of map preview for saved books.
(edit) @116   7 years chronos * Modified: Build also StdAI DLL during Windows installer preparation.
(edit) @115   7 years chronos * Fixed: Wrong font size calculacted from fixed DPI.
(edit) @114   7 years chronos * Fixed: Install Maps and Saved example map to user local application data.
(edit) @113   7 years chronos * Added: All map files downloadable for original game. * Fixed: Copy …
Note: See TracRevisionLog for help on using the revision log.