source: trunk/LocalPlayer/Term.pas

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @648   6 weeks chronos * Fixed: Tribes were not propertly detected in usr/share/c-evo directory.
(edit) @647   6 weeks chronos * Modified: Detect data files usr/share/c-evo directory on Linux as …
(edit) @646   6 weeks chronos * Fixed: Recalculate unit list size if the main window was resized.
(edit) @642   4 months chronos * Fixed: Do not scroll map if mouse is outside of window region.
(edit) @624   7 months chronos * Fixed: Do not process keyboard input during unit move on Linux.
(edit) @622   7 months chronos * Modified: Show windows by default on primary screen if multiple …
(edit) @621   7 months chronos * Fixed: Resize main window controls on game start if map size changed.
(edit) @620   7 months chronos * Modified: Do not use Screen Width and Height values for Offscreen …
(edit) @619   7 months chronos * Modified: Map scrolling with mouse on window borders instead of …
(edit) @617   7 months chronos * Fixed: City screen rename right mouse click didn't work on Windows …
(edit) @616   7 months chronos * Fixed: Only allow to fill editor map with real terrain types.
(edit) @615   7 months chronos * Added: Allow to scroll map with Ctrl+arrows/num keys.
(edit) @614   7 months chronos * Added: Nwe editor menu action to create filled map with selected tile.
(edit) @613   7 months chronos * Added: Allow to rename city with mouse right click on city caption …
(edit) @612   7 months chronos * Fixed: Scrollbars behave differently on Linux and Windows. Use …
(edit) @611   7 months chronos * Modified: Scroll just by single row with mouse wheel in tile units list.
(edit) @610   7 months chronos * Fixed: Rows scrolling of high number of units in single map tile.
(edit) @592   8 months chronos * Fixed: Avoided more GTK2 chrashes. * Fixed: Build StdAI with O1 …
(edit) @580   11 months chronos * Fixed: Task bar shouldn't be visible in full screen mode on Windows.
(edit) @561   11 months chronos * Fixed: Resize Term window offscreen bitmap on screen size change. …
(edit) @559   11 months chronos * Modified: Optimized BitBltBitmap scaling function. * Modified: …
(edit) @558   12 months chronos * Modified: Code cleanup.
(edit) @552   12 months chronos * Modified: Optimized high DPI scaling. Use lookup table for scaled …
(edit) @550   12 months chronos * Modified: Code cleanup.
(edit) @549   12 months chronos * Modified: Optimize code with earlier break from for cycle evaluating …
(edit) @545   12 months chronos * Fixed: Incorrect range checking in scaled bitmap drawing method.
(edit) @537   12 months chronos * Modified: Code cleanup.
(edit) @535   12 months chronos * Modified: Code cleanup.
(edit) @534   12 months chronos * Fixed: Resize and repaint on editor start and map zoom.
(edit) @533   12 months chronos * Fixed: Eliminated unwanted second map resize and redraw during …
(edit) @531   12 months chronos * Modified: Code cleanup.
(edit) @530   14 months chronos * Modified: Use BitBltBitmap instead of BitBltCanvas if possible.
(edit) @525   15 months chronos * Fixed: Gtk2 first click workaround to work also with DPI components.
(edit) @523   15 months chronos * Fixed: Avoid repeatedly calling Term form resize and repaint in case …
(edit) @522   15 months chronos * Modified: Code cleanup. * Added: High DPI aware SetWindowPos function.
(edit) @517   15 months chronos * Fixed: Possible exception if there is no active form.
(edit) @515   15 months chronos * Modified: Improved scaling of ImageOp_BCC procedure. * Fixed: Do not …
(edit) @513   15 months chronos * Fixed: Help dialog error if opened from Start dialog after closed game.
(edit) @512   15 months chronos * Modified: Clear menu optimisation.
(edit) @508   16 months chronos * Fixed: ScrollBar todo.
(edit) @507   16 months chronos * Fixed: Range check error on main form minimization.
(edit) @502   16 months chronos * Fixed: Non-DPI build. * Modified: Code cleanup.
(edit) @498   16 months chronos * Modified: Use slow mouse scrolling by default.
(edit) @496   16 months chronos * Modified: Code cleanup.
(edit) @486   16 months chronos * Modified: Code cleanup.
(edit) @485   16 months chronos * Fixed: Map scrolling with mouse to right and bottom sides in high DPI.
(edit) @483   16 months chronos * Fixed: Small improvements graphics scaling for high DPI.
(edit) @480   16 months chronos * Fixed: Bitmap processing out of range error.
(edit) @475   16 months chronos * Fixed: Build under Windows.
(edit) @471   16 months chronos * Fixed: More units uses items corrected for high DPI support.
(edit) @470   16 months chronos * Fixed: Windows .lfm files corrected for width and height information.
(edit) @468   16 months chronos * Added: High DPI support integrated into trunk branch. It can be …
(edit) @462   16 months chronos * Modified: Code cleanup.
(edit) @460   16 months chronos * Modified: Do not initialize all local player windows at the start of …
(edit) @457   17 months chronos * Modified: Use enumeration type in Help unit for better readability. …
(edit) @456   23 months chronos * Modified: Removed U prefix from unit names.
(edit) @447   3 years chronos * Modified: Use first capital letter in identifiers.
(edit) @442   3 years chronos * Modified: Code cleanup.
(edit) @441   3 years chronos * Fixed: Initial game age welcome dialog was not correctly shown on …
(edit) @440   3 years chronos * Fixed: Use Gtk2Fix in base window before showing modal window.
(edit) @438   3 years chronos * Fixed: Data size was not correctly stored in server commands. …
(edit) @435   3 years chronos * Fixed: Possible exception during cities or units rename with right …
(edit) @431   3 years chronos * Modified: Changed WindowMode numerical constants to enumeration.
(edit) @428   3 years chronos * Modified: Code cleanup.
(edit) @425   3 years chronos * Modified: Code cleanup.
(edit) @423   3 years chronos * Modified: Do not use explicit mode delphi directive as it is already …
(edit) @420   3 years chronos * Modified: Updated Common package to version 0.9. * Modified: Code …
(edit) @419   3 years chronos * Modified: Split Term form MenuClick method into separate menuitem …
(edit) @417   3 years chronos * Modified: Merged LoadGraphicSet and LoadGraphicSet2 into single …
(edit) @414   3 years chronos * Modified: Merged duplicated code into ApplyToVisibleForms method. * …
(edit) @387   4 years chronos * Added: New action keys for quick switching between units. "Next …
(edit) @385   4 years chronos * Added: Allow to change key bindings from Settings dialog. * Added: …
(edit) @364   4 years chronos * Added: Partial network game play implementation. * Modified: Code …
(edit) @352   4 years chronos * Modified: TTexture changed from record to class. * Modified: Code …
(edit) @346   4 years chronos * Modified: Optimized help water sign drawing.
(edit) @337   4 years chronos * Fixed: Incorrect drawing of city names under units. MapOptions need …
(edit) @335   4 years chronos * Fixed: Do not process panel wheel event outside of panel in main form.
(edit) @334   4 years chronos * Fixed: Keep tile position under mouse cursor during after tile …
(edit) @330   4 years chronos * Modified: Reworker IsoEngine unit to support multiple iso maps with …
(edit) @329   4 years chronos * Modified: Use enumeration type for sound blocks for preload.
(edit) @328   4 years chronos * Modified: Use nWonder constant as number of wonders instead of …
(edit) @327   4 years chronos * Modified: Use enumeration type for MapOptions and game options.
(edit) @326   4 years chronos * Modified: Mini map paint method moved from TMainScreen class to …
(edit) @325   4 years chronos * Modified: Code cleanup.
(edit) @321   4 years chronos * Added: Allow to switch between three tile sizes by mouse wheel over …
(edit) @319   4 years chronos * Modified: Optimized drawing of Wonders window. * Modified: Used …
(edit) @318   4 years chronos * Modified: Defined and used more Templates graphic set items. * …
(edit) @316   4 years chronos * Modified: Some Templates items used as TGraphicSetItem.
(edit) @315   4 years chronos * Fixed: Gamma was incorrectly applied to images with transparency …
(edit) @314   4 years chronos * Added: Graphic set can now load dimensions of its graphic set items …
(edit) @313   4 years chronos * Modified: LoadGraphicSet now returns TGrExtDescr reference. Replaced …
(edit) @312   4 years chronos * Modified: TGrExtDescr record changed to class. GrExt changed to …
(edit) @310   4 years chronos * Fixed: Multiplayer with multiple local users didn't work on Linux.
(edit) @301   4 years chronos * Modified: CevoTribeExt string defined on single place. * Modified: …
(edit) @295   4 years chronos * Modified: LoadGraphicFile options changed to set type.
(edit) @294   4 years chronos * Modified: Better formatted ClientTools unit.
(edit) @293   4 years chronos * Fixed: Apply settings from settings dialog only after Ok button …
(edit) @292   4 years chronos * Modified: Store key bindings in registry.
(edit) @291   4 years chronos * Modified: Allow to redefine all action keys.
(edit) @290   4 years chronos * Modified: Use FreeAndNil instead of Free as defensive measure. * …
Note: See TracRevisionLog for help on using the revision log.