source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @256   5 years chronos * Fixed: Wrong font size calculation. Fonts base DPI is 72 as in the …
(edit) @255   5 years chronos * Fixed: Some memory leaks in DpiControls.
(edit) @254   5 years chronos * Fixed: Build DpiScrollDC under Linux.
(edit) @253   5 years chronos * Added: DPI support for TEdit box.
(edit) @252   5 years chronos * Fixed: Scrolling under HighDPI. ScrollDC needs to be scaled as well.
(edit) @251   5 years chronos * Fixed: Drawing start screen ornament under Windows.
(edit) @250   5 years chronos * Fixed: Drawing cities size in iso map.
(edit) @249   5 years chronos * Fixed: Incorrect drawing of start screen ornament.
(edit) @248   5 years chronos * Fixed: Wrong font size in Help form.
(edit) @247   5 years chronos * Modified: Enabled scaling under Windows. * Fixed: Use correct scaled …
(edit) @246   5 years chronos * Modified: Update from trunk rev 245. * Modified: Vcl prefix/suffix …
(edit) @245   5 years chronos * Added: Inactive scaling functions for future HighDPI support.
(edit) @244   5 years chronos * Added: TDpiPopupMenu and TDpiMenuItem support.
(edit) @243   5 years chronos * Modified: Removed testing code from PrepareDpi tool.
(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) @237   5 years chronos * Fixed: Linux version compiled with latest Lazarus version.
(edit) @236   5 years chronos * Added: Binaries for release 1.2.0.
(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) @233   5 years chronos Version 1.2.0
(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) @224   5 years chronos * Added: Release notes gathered from forum and old archived forum.
(edit) @223   5 years chronos * Added: Old 1.1.1 and 1.1.3 versions of the original game.
(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) @217   5 years chronos * Added: Small tool for transformation of project source code to use …
(edit) @216   5 years chronos * Modified: Improved main form close and application termination support.
(edit) @215   5 years chronos * Fixed: Clear bitmap before loading from screen canvas.
(edit) @214   5 years chronos * Fixed: Wrong TDpiForm property type. * Fixed: Fonts were not …
(edit) @213   5 years chronos * Fixed: Scale help watermark.
(edit) @212   5 years chronos * Fixed: Better High DPI scaling on highdpi branch.
(edit) @211   5 years chronos * Modified: MakeRed function moved to ScreenTools after MakeBlue function.
(edit) @210   5 years chronos * Modified: Improved HighDPI branch. Imported new changes from trunk …
(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) @204   5 years chronos * Added: New binary installers.
(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) @193   5 years chronos * Modified: Improved code in HighDPI branch.
(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) @181   5 years chronos * Added: Simple tool which can upscale Cities and Terrain images.
(edit) @180   6 years chronos * Modified: More scaling in CevoComponents.
(edit) @179   6 years chronos * Modified: Improved scaling support.
(edit) @178   6 years chronos * Modified: Use DpiControls package for High DPI support.
(edit) @177   6 years chronos * Added: High DPI experimental branch.
(edit) @176   6 years chronos * Added: Install dependency on sox package and its play command.
(edit) @175   6 years chronos * Added: New binary installers.
(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) @162   6 years chronos * Fixed: Original version 1.0.4 had empty installer file.
(edit) @161   6 years chronos * Modified: Updated binary install packages.
(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) @158   6 years chronos * Modified: Updated binary packages.
(edit) @157   7 years chronos * Modified: Start unit code cleanup. Some constants changed to …
Note: See TracRevisionLog for help on using the revision log.