close Warning: Can't synchronize with repository "(default)" (No changeset 184 in the repository). Look in the Trac log for more information.

source: trunk/UCore.pas

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @313   54 years (none)
(edit) @310   54 years (none)
(edit) @309   54 years (none)
(edit) @308   54 years (none)
(edit) @304   54 years (none)
(edit) @301   54 years (none)
(edit) @299   54 years (none)
(edit) @298   54 years (none)
(edit) @292   54 years (none)
(edit) @291   54 years (none)
(edit) @287   54 years (none)
(edit) @284   54 years (none)
(edit) @282   54 years (none)
(edit) @281   54 years (none)
(edit) @277   54 years (none)
(edit) @275   54 years (none)
(edit) @274   54 years (none)
(edit) @273   54 years (none)
(edit) @268   54 years (none)
(edit) @265   54 years (none)
(edit) @254   54 years (none)
(edit) @253   54 years (none)
(edit) @250   54 years (none)
(edit) @249   54 years (none)
(edit) @243   54 years (none)
(edit) @233   54 years (none)
(edit) @231   54 years (none)
(edit) @227   54 years (none)
(edit) @226   54 years (none)
(edit) @220   54 years (none)
(edit) @216   54 years (none)
(edit) @215   54 years (none)
(edit) @213   54 years (none)
(edit) @211   54 years (none)
(edit) @207   54 years (none)
(edit) @206   54 years (none)
(edit) @203   54 years (none)
(edit) @202   54 years (none)
(edit) @199   54 years (none)
(edit) @197   54 years (none)
(edit) @196   54 years (none)
(edit) @195   54 years (none)
(edit) @193   54 years (none)
(edit) @191   54 years (none)
(edit) @185   54 years (none)
(edit) @184   54 years (none)
(edit) @183   6 years chronos * Modified: Units move handling was moved from Core to FormClient as …
(edit) @182   6 years chronos * Added: Popup menu action Spectate in Players stats window.
(edit) @181   6 years chronos * Added: New window with players statistics.
(edit) @180   6 years chronos * Modified: Client related interface moved from FormMain to …
(edit) @179   6 years chronos * Added: A preparation for gameplay over network.
(edit) @178   6 years chronos * Fixed: Open/Save dialog with file filter and initial directory and …
(edit) @176   6 years chronos * Modified: Clients moved to TServer class.
(edit) @174   6 years chronos * Modified: Improved generation of random mesh map to avoid …
(edit) @170   6 years chronos * Modified: UGeometry unit rewritten to use generics and define own …
(edit) @166   6 years chronos * Modified: Voronoi map option enabled for normal user. Map generation …
(edit) @158   6 years chronos * Fixed: Show error message if not all players were placed to the map.
(edit) @155   6 years chronos * Modified: Store player settings for new game separately to current …
(edit) @148   7 years chronos * Modified: Unit moves moved from TGame to TPlayer. Moves belong to …
(edit) @145   7 years chronos * Modified: Do not create settings form on application start but just …
(edit) @134   7 years chronos * Added: Player starts units can be configured in player dialog.
(edit) @132   7 years chronos * Fixed: Some application states were not stored/restored correctly …
(edit) @130   7 years chronos * Fixed: Require at least 2 players for a game. * Fixed: Translate …
(edit) @129   7 years chronos * Fixed: If only computer players are present in game then starts …
(edit) @128   7 years chronos * Added: Graph window can be shown from menu which presents …
(edit) @127   7 years chronos * Added: Load recent menu action to load recently opened/saved files. …
(edit) @126   7 years chronos * Fixed: Center map to player main city at start.
(edit) @125   7 years chronos * Modified: Introduced TClient class for real user accessing …
(edit) @122   7 years chronos * Fixed: Set correct Windows registry path for storing form size. * …
(edit) @115   7 years chronos * Fixed: In Debug mode also check executed classes references. * …
(edit) @111   7 years chronos * Modified: Changed debian packages configuration files to support …
(edit) @110   8 years chronos * Fixed: Properly set XML config file location during initialization.
(edit) @107   8 years chronos * Added: Form constraintes which are also scaled for High DPI.
(edit) @103   9 years chronos * Fixed: CellLinks deallocation if map size changed and cells were …
(edit) @100   9 years chronos * Added: Support for autogeneration of bridges between separated areas.
(edit) @99   9 years chronos * Modified: Enabled DPI settings for DEBUG build mode.
(edit) @97   9 years chronos * Added: Simple Help window with basic game description.
(edit) @95   9 years chronos * Added: Simple script to build linux deb package.
(edit) @94   9 years chronos * Added: Application now automatically open saved game file given as …
(edit) @91   9 years chronos * Added: Partial support for high DPI screens. Disabled.
(edit) @83   10 years chronos * Fixed: Loading game was not working after Fog of war modifications. …
(edit) @82   10 years chronos * Added: New game option "Fog of war" which cause map to be covered to …
(edit) @80   10 years chronos * Fixed: Autosave should not affect game filename and path selected by …
(edit) @79   10 years chronos * Removed: Useless old method GetCellNeighbors. Cell neigbours can be …
(edit) @77   10 years chronos * Added: Auto save game to file option in settings.
(edit) @76   10 years chronos * Modified: More changes to support game load from file. * Fixed: …
(edit) @74   10 years chronos * Added: Show player color in player list. * Added: Confirmation …
(edit) @72   10 years chronos * Fixed: Unit move win probability was bad calculated if already …
(edit) @68   10 years chronos * Added: Option to change animation speed. * Fixed: Shifted view …
(edit) @65   10 years chronos * Modified: Computer strategy as separate class TComputer. * …
(edit) @64   10 years chronos * Modified: Improved saving game state to XML file. Not yet finished …
(edit) @63   10 years chronos * Fixed: Do not show win probability for inner unit moves.
(edit) @61   10 years chronos * Added: Confirmation dialog for ending game.
(edit) @60   10 years chronos * Fixed: Limited depth of win probability calculation. * Fixed: Show …
(edit) @59   10 years chronos * Added: Move win probability calculation. * Fixed: Attack processing …
(edit) @56   10 years chronos * Modified: Attack changed to risk game dice rolling system.
(edit) @55   10 years chronos * Fixed: More translation of TGroupBox and TComboBox items. * Fixed: …
(edit) @43   10 years chronos * Added: About form with information about application. * Added: …
(edit) @40   10 years chronos * Fixed: Save game settings not only on application exit but also on …
(edit) @39   10 years chronos * Added: Option to create hexagonal or square map. This is implemented …
Note: See TracRevisionLog for help on using the revision log.