source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @224   7 years chronos * Fixed: Reduce moves once value also if cell power is less.
(edit) @223   7 years chronos * Modified: CellMoves moved from terrain map to player map. Every …
(edit) @222   7 years chronos * Fixed: Computer was affecting player cells by its cell moves. * …
(edit) @221   7 years chronos * Fixed: OnKeyUp event is not fired if FormClient is docked onto …
(edit) @220   7 years chronos * Added: Allow to toggle Fog of war in debug mode from Debug menu.
(edit) @219   7 years chronos * Fixed: Not possible to continue playing after a game was loaded from …
(edit) @218   7 years chronos * Modified: Allow multiselect and removal of players in new game dialog.
(edit) @217   7 years chronos * Fixed: Build under Lazarus 1.6.2.
(edit) @216   7 years chronos * Fixed: Connect spectator clients to server. * Fixed: Show objective …
(edit) @215   7 years chronos * Fixed: Exceptions if game should be loaded from the file which …
(edit) @214   7 years chronos * Added: Missing unit from previous commit.
(edit) @213   7 years chronos * Added: Button with action to surrender the game. * Fixed: Added …
(edit) @212   7 years chronos * Modified: Show docked chat window on right side in new player window.
(edit) @211   7 years chronos * Modified: Each client form is redrawn by itself, not by Core.
(edit) @210   7 years chronos * Fixed: New turn counting if only one player is alive.
(edit) @209   7 years chronos * Fixed: Use TThreadID type for thread ID to work correctly under …
(edit) @208   7 years chronos * Added: Show number of captured win objective cells in players stats …
(edit) @207   7 years chronos * Fixed: Keep correctly main form dimensions in non-maximized state. …
(edit) @206   7 years chronos * Added: New window to list all available actions with their keyboard …
(edit) @205   7 years chronos * Fixed: Show correctly units move dialog after new game is created. …
(edit) @204   7 years chronos * Fixed: Zoom all action was not working if a map was loaded from a file.
(edit) @203   7 years chronos * Fixed: Player turn start/end signaling from server to clients. * …
(edit) @202   7 years chronos * Modified: AI player related code moved to UClientAI unit. It is now …
(edit) @200   7 years chronos * Added: 64-bit RPM package.
(edit) @199   7 years chronos * Modified: Initial game setting made independent to current game …
(edit) @198   7 years chronos * Added: Capture all special cells objective is now functional. Number …
(edit) @197   7 years chronos * Added: Evaluate win objection to stay alive for defined number of …
(edit) @196   7 years chronos * Added: Allow to manage list of servers where to connect as client.
(edit) @195   7 years chronos * Added: Settings option to automatically reopen last saved game on …
(edit) @194   7 years chronos * Added: Configurable game parameter maximum units per cell.
(edit) @193   7 years chronos * Added: Isometric map type. * Modified: Removed unneeded explicit …
(edit) @192   7 years chronos * Modified: Updated newer Common package files.
(edit) @191   7 years chronos * Fixed: Clients initialization if game is loaded from file. * Fixed: …
(edit) @190   7 years chronos * Added: Sorting by table columns in players stats form.
(edit) @189   7 years chronos * Fixed: Translation of unit moves. * Fixed: ComboBox initialization …
(edit) @188   7 years chronos * Fixed: Translate during form creation to not affect player mode combobox.
(edit) @187   7 years chronos * Added: TGPoint multiply operator to avoid FPC internal error.
(edit) @186   7 years chronos * Modified: Try to avoid fpc internal error.
(edit) @185   7 years chronos * Added: Package CoolStreaming. * Added: GameProtocol unit for …
(edit) @184   7 years chronos * Modified: Game server and client splitted to units separate from …
(edit) @183   7 years chronos * Modified: Units move handling was moved from Core to FormClient as …
(edit) @182   7 years chronos * Added: Popup menu action Spectate in Players stats window.
(edit) @181   7 years chronos * Added: New window with players statistics.
(edit) @180   7 years chronos * Modified: Client related interface moved from FormMain to …
(edit) @179   7 years chronos * Added: A preparation for gameplay over network.
(edit) @178   7 years chronos * Fixed: Open/Save dialog with file filter and initial directory and …
(edit) @177   7 years chronos * Modified: Propagate build mode settings to used packages.
(edit) @176   7 years chronos * Modified: Clients moved to TServer class.
(edit) @175   8 years chronos * Modified: Simplified algorithm for generation of random mesh map.
(edit) @174   8 years chronos * Modified: Improved generation of random mesh map to avoid …
(edit) @173   8 years chronos * Fixed: Build under FPC 3.0.0.
(edit) @172   8 years chronos * Fixed: Rectangle points were not normalized. * Fixed: Error in rect …
(edit) @171   8 years chronos * Modified: Use specialized TPointF type from generic class. * …
(edit) @170   8 years chronos * Modified: UGeometry unit rewritten to use generics and define own …
(edit) @169   8 years chronos * Added: TPolygon default property for accessing points field.
(edit) @168   8 years chronos * Modified: Used TPolygon in TCell. * Modified: Moved some generic …
(edit) @167   8 years chronos * Fixed: Generate map only once on application start. * Modified: Use …
(edit) @166   8 years chronos * Modified: Voronoi map option enabled for normal user. Map generation …
(edit) @165   8 years chronos * Added: Optimization phase for voronoi map generation.
(edit) @164   8 years chronos * Modified: More work on voronoi type map generation. * Fixed: Do not …
(edit) @162   8 years chronos * Modified: Partial progress on Voronoi map generator.
(edit) @160   8 years chronos * Modified: Trunk updated to version 1.3.0 alfa. * Added: Ubuntu amd64 …
(edit) @158   8 years chronos * Fixed: Show error message if not all players were placed to the map.
(edit) @157   8 years chronos * Fixed: Build cell bridges correctly if symetric map is selected.
(edit) @156   8 years chronos * Modified: Improved code for symetric map generation.
(edit) @155   8 years chronos * Modified: Store player settings for new game separately to current …
(edit) @154   8 years chronos * Fixed: Avoid possible negative cell power if player unit was …
(edit) @153   8 years chronos * Fixed: Show other players cells with normal power and cells of …
(edit) @152   8 years chronos * Added: Remember players configuration for new game.
(edit) @151   8 years chronos * Added: Map can have rounded shape.
(edit) @150   8 years chronos * Added: Missing unit moves form files.
(edit) @149   8 years chronos * Fixed: Problems with freeing TUnitMove either from owner list by …
(edit) @148   8 years chronos * Modified: Unit moves moved from TGame to TPlayer. Moves belong to …
(edit) @147   8 years chronos * Modified: Implemented better algorithm for initialization of players …
(edit) @146   8 years chronos * Modified: Use generic lists instead classic untyped lists.
(edit) @145   8 years chronos * Modified: Do not create settings form on application start but just …
(edit) @144   8 years chronos * Fixed: Build under Lazarus 1.8.
(edit) @143   8 years chronos * Fixed: Buil
(edit) @142   8 years chronos * Modified: Improved attack to neutral units if computer have more …
(edit) @140   8 years chronos * Added: Build script for RPM packages.
(edit) @139   8 years chronos * Fixed: Debian package changelog information. * Modified: Build …
(edit) @138   8 years chronos * Modified: Updated 1.1.0 version in all related files. * Added: …
(edit) @136   8 years chronos * Modified: Windows installer script moved to win subdirectory. * …
(edit) @135   8 years chronos * Modified: More detailed help.
(edit) @134   8 years chronos * Added: Player starts units can be configured in player dialog.
(edit) @133   8 years chronos * Fixed: Black under Windows OS was not correct. Used dark gray color …
(edit) @132   8 years chronos * Fixed: Some application states were not stored/restored correctly …
(edit) @131   8 years chronos * Modified: Allow cells to have more then 99 units. Additional units …
(edit) @130   8 years chronos * Fixed: Require at least 2 players for a game. * Fixed: Translate …
(edit) @129   8 years chronos * Fixed: If only computer players are present in game then starts …
(edit) @128   8 years chronos * Added: Graph window can be shown from menu which presents …
(edit) @127   8 years chronos * Added: Load recent menu action to load recently opened/saved files. …
(edit) @126   8 years chronos * Fixed: Center map to player main city at start.
(edit) @125   8 years chronos * Modified: Introduced TClient class for real user accessing …
(edit) @124   8 years chronos * Fixed: Do not allow to move from single cell more units when available.
(edit) @122   9 years chronos * Fixed: Set correct Windows registry path for storing form size. * …
(edit) @121   9 years chronos * Modified: Updated CoolTranslator package.
(edit) @118   9 years chronos * Added: Release notes files.
(edit) @116   9 years chronos * Modified: Updated Common package.
(edit) @115   9 years chronos * Fixed: In Debug mode also check executed classes references. * …
Note: See TracRevisionLog for help on using the revision log.