2025-08-05 11:29 CEST

spring: develop a7d2699e Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent
jcnossen jcnossen develop 2006-07-30 17:11:52 develop 36d9a3b4
Changeset Patch by trepan:

* modified the ground attack command for queued attack patterns
  (the last queued attack position is repeated for backwards compatibility)

* removed the height factor from AirCAI ground attack command drawing

* added word completion, with dot commands, player names, and unit names
  (also does partial match reporting, ex: ".<tab>" shows all commands,
   and the unit names are only active for .give commands)

* added console input history buffer

* added [DoubleClickTime=200] config parameter

* added [WindowEdgeMove=1], for folks who run windowed with fullscreen size
  (ex: good with X11/icewm to allow moving between virtual screens,
       and to avoid display lockups during crashes)

* disabled rendering while inactive (minimized)

* added a null sound driver [NoSound=1]

* merged global synced/unsynced "drawdebug" variables

* added vsync for GLX
* windows users can use [VSync=-1] to use system default
* allow selection of vsync rate

* added the ".cmd <action>" command for testing guikeys
* added the ".bind <key> <action>" command for testing guikeys

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1688 37977431-3df6-0310-b722-df95706aa16b
mod - Documentation/changelog.txt Diff ] File ]
mod - rts/ExternalAI/AICallback.cpp Diff ] File ]
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/Game.h Diff ] File ]
mod - rts/Game/UI/GuiKeyReader.cpp Diff ] File ]
mod - rts/Game/UI/GuiKeyReader.h Diff ] File ]
mod - rts/Game/UI/MouseHandler.cpp Diff ] File ]
mod - rts/Game/UI/MouseHandler.h Diff ] File ]
mod - rts/Sim/Units/CommandAI/CommandAI.cpp Diff ] File ]
mod - rts/Sim/Units/CommandAI/MobileCAI.cpp Diff ] File ]
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
mod - rts/Sim/Units/Unit.h Diff ] File ]
mod - rts/Sim/Weapons/Weapon.cpp Diff ] File ]
mod - rts/System/GlobalStuff.cpp Diff ] File ]
mod - rts/System/GlobalStuff.h Diff ] File ]
mod - rts/System/Main.cpp Diff ] File ]
mod - rts/System/Net.cpp Diff ] File ]
mod - rts/build/vstudio7/rts.vcproj Diff ] File ]