2025-08-24 18:54 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop fd1595f7
Timestamp: 2008-05-11 01:39:51
Author: kloot
Details ] Diff ]
allow loading of Java .jar GlobalAI's via the 'aidll' key (assumes that an AI/Bot-libs/JAI/JAI.{so, dll} proxy loader lib is present)

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5864 37977431-3df6-0310-b722-df95706aa16b
mod - rts/ExternalAI/GlobalAI.cpp Diff ] File ]
mod - rts/ExternalAI/GlobalAI.h Diff ] File ]
mod - rts/ExternalAI/GlobalAIHandler.cpp Diff ] File ]
develop dbb4cd8e
Timestamp: 2008-05-10 23:53:10
Author: tvo
Details ] Diff ]
* Changelog update for 0.76b2 (for imbaczek's "next" git branch)
Patch by tombom, closes mantis 0000930.

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5863 37977431-3df6-0310-b722-df95706aa16b
mod - Documentation/changelog.txt Diff ] File ]
develop 46867a1a
Timestamp: 2008-05-10 21:31:39
Author: satirik
Details ] Diff ]
- RunningUnderWine now take both parameter -wine and DetectWine value to know if it's running under wine (fix the watch replay under wine)
- maplistform : all labels are back to simple TLabel instead of TSpbTBXLabel : i hope it will fix the outofressource bugs
- i don't remember the rest

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5862 37977431-3df6-0310-b722-df95706aa16b
develop 752f28d1
Timestamp: 2008-05-10 20:36:57
Author: tvo
Details ] Diff ]
* Fix GetArchivePath(); returned std::string::c_str() while it should use GetStr()



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5861 37977431-3df6-0310-b722-df95706aa16b
mod - tools/unitsync/unitsync.cpp Diff ] File ]
develop 0caa860b
Timestamp: 2008-05-09 22:50:03
Author: kloot
Details ] Diff ]
set interPos to pos in synced mode (not pos + speed)

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5860 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
develop 6e06d626
Timestamp: 2008-05-09 01:40:11
Author: kloot
Details ] Diff ]
fix the collision-detection desync (Mantis 0000916)

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5859 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Misc/CollisionHandler.cpp Diff ] File ]
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
mod - rts/Sim/Units/Unit.h Diff ] File ]
develop e73d0e18
Timestamp: 2008-05-08 23:21:38
Author: satirik
Details ] Diff ]
- ladder description cup icon is back

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5858 37977431-3df6-0310-b722-df95706aa16b
develop 03a4c30b
Timestamp: 2008-05-08 23:02:35
Author: satirik
Details ] Diff ]
git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5857 37977431-3df6-0310-b722-df95706aa16b
develop e8a7c033
Timestamp: 2008-05-08 23:02:03
Author: satirik
Details ] Diff ]
- bug while reloading map list fixed
- tab order fixed in away msg form
- battle state icon replaced by (i hope) nicer ones
- locked icon changed to a (very) small lock
- new backup server added : masure.hd.free.fr

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5856 37977431-3df6-0310-b722-df95706aa16b
develop 5baff415
Timestamp: 2008-05-08 22:17:50
Author: submarine
Details ] Diff ]
AAI v0.867:

AAI now takes continents into account when sending builder/assistant builders to positions (e.g. it does not try send ground builders to positions on other islands/continents anymore (unless they are amphibious))


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5855 37977431-3df6-0310-b722-df95706aa16b
mod - AI/Global/AAI/AAI ReadMe.txt Diff ] File ]
mod - AI/Global/AAI/AAI.cpp Diff ] File ]
mod - AI/Global/AAI/AAIBuildTable.cpp Diff ] File ]
mod - AI/Global/AAI/AAIBuildTable.h Diff ] File ]
mod - AI/Global/AAI/AAIBuildTask.cpp Diff ] File ]
mod - AI/Global/AAI/AAIConstructor.cpp Diff ] File ]
mod - AI/Global/AAI/AAIExecute.cpp Diff ] File ]
mod - AI/Global/AAI/AAIGroup.cpp Diff ] File ]
mod - AI/Global/AAI/AAIUnitTable.cpp Diff ] File ]
mod - AI/Global/AAI/AAIUnitTable.h Diff ] File ]
mod - AI/Global/AAI/aidef.h Diff ] File ]
mod - game/AI/AAI/AAI ReadMe.txt Diff ] File ]
develop 91b26aa5
Timestamp: 2008-05-08 16:35:22
Author: satirik
Details ] Diff ]
- filter battle join/left msgs option added
- url-auto detection reenabled everytimes you get a new msgs to fix the bug
- TLadderMapThread : lot of synchronize added (it should fix the map size bug)
- TLadderMapThread now use the PopulatePopupMenuMapList
- PopulatePopupMenuMapList doesn't reload the mod each time, but the valids maps are stored once you change the mod
- successfully reporting a ladder game should tell other people that it worked
- if you just ended your battle and you get one success reporting msg from one player it should reload ranks and cups but only once per battle end + msg

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5854 37977431-3df6-0310-b722-df95706aa16b
develop e751650f
Timestamp: 2008-05-07 18:06:27
Author: kloot
Details ] Diff ]
git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5853 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Lua/LuaUnsyncedCtrl.cpp Diff ] File ]
develop f69975c6
Timestamp: 2008-05-07 18:03:10
Author: kloot
Details ] Diff ]
fix the ExtractModArchiveFile() directory-creation issue on Windows

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5852 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Lua/LuaUnsyncedCtrl.cpp Diff ] File ]
develop d17a8721
Timestamp: 2008-05-06 21:52:56
Author: kloot
Details ] Diff ]
always initialize the elements of CGameSetup::playerStartingTeam

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5851 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/GameSetup.cpp Diff ] File ]
develop d53fce5c
Timestamp: 2008-05-05 23:20:30
Author: Auswaschbar
Details ] Diff ]
* don't set an allyteam which doesn't exist when watching a demo


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5850 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/GameServer.cpp Diff ] File ]
develop ffcbf3c3
Timestamp: 2008-05-05 22:15:51
Author: submarine
Details ] Diff ]
AAI v0.866

- Fixed a bug that caused builders to leave the buildsite during construction

- Various changes to issued orders; temporarily removed reclaiming. Reclaim orders were given multiple times per frame thus flooding the interface with orders and causing Spring to freeze/huge drop in FPS

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5849 37977431-3df6-0310-b722-df95706aa16b
mod - AI/Global/AAI/AAI ReadMe.txt Diff ] File ]
mod - AI/Global/AAI/AAI.cpp Diff ] File ]
mod - AI/Global/AAI/AAIAttack.cpp Diff ] File ]
mod - AI/Global/AAI/AAIAttackManager.h Diff ] File ]
mod - AI/Global/AAI/AAIConfig.cpp Diff ] File ]
mod - AI/Global/AAI/AAIConfig.h Diff ] File ]
mod - AI/Global/AAI/AAIConstructor.cpp Diff ] File ]
mod - AI/Global/AAI/AAIExecute.cpp Diff ] File ]
mod - AI/Global/AAI/AAIExecute.h Diff ] File ]
mod - AI/Global/AAI/AAIGroup.cpp Diff ] File ]
mod - AI/Global/AAI/AAIGroup.h Diff ] File ]
mod - AI/Global/AAI/AAIMap.cpp Diff ] File ]
mod - AI/Global/AAI/AAIMap.h Diff ] File ]
mod - AI/Global/AAI/AAISector.cpp Diff ] File ]
mod - AI/Global/AAI/AAISector.h Diff ] File ]
mod - AI/Global/AAI/AAIUnitTable.h Diff ] File ]
mod - AI/Global/AAI/aidef.h Diff ] File ]
mod - game/AI/AAI/AAI ReadMe.txt Diff ] File ]
develop 90f60ed4
Timestamp: 2008-05-05 18:43:40
Author: kloot
Details ] Diff ]
commit Rafal99's patch improving the FPS HUD and FPS camera behavior

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5848 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/Camera/FPSController.cpp Diff ] File ]
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/GroundMoveType.cpp Diff ] File ]
develop 4eed4c05
Timestamp: 2008-05-05 17:52:30
Author: Auswaschbar
Details ] Diff ]
* updated CMakeLists

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5847 37977431-3df6-0310-b722-df95706aa16b
mod - tools/DedicatedServer/CMakeLists.txt Diff ] File ]
develop 5bafa91c
Timestamp: 2008-05-05 15:47:51
Author: satirik
Details ] Diff ]
- colors and font preferences : admin button now change the admin color instead of the topic one
- client list box item height only updated when changing the font size and not at lobby start bug fixed
- chat tab are not highlighted by join/left msgs
- join/left msgs are filtered in the battle window if the option is checked
- only 3 auto kick msgs are sent to avoid a server disconnection by player chain joining
- lot of hint added

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5846 37977431-3df6-0310-b722-df95706aa16b
develop 11d4ffff
Timestamp: 2008-05-04 14:55:54
Author: imbaczek
Details ] Diff ]
print used mod/map archive checksums

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5845 37977431-3df6-0310-b722-df95706aa16b
mod - rts/System/FileSystem/ArchiveScanner.cpp Diff ] File ]
develop 282e249c
Timestamp: 2008-05-04 13:25:22
Author: KDR_11k
Details ] Diff ]
* Made missiles obey burnblow=1 (existing tag), the missile will explode in midair instead of turning away or falling down when its flighttime expires if the tag is set.

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5844 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Projectiles/WeaponProjectiles/MissileProjectile.cpp Diff ] File ]
develop 6f55f915
Timestamp: 2008-05-04 13:03:48
Author: przybyjw
Details ] Diff ]
Bugs 0000917 & 0000918: Applied patches by zenzike removing compilation warnings over discrepancies between initialization list and declaration.

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5843 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Units/CommandAI/CommandQueue.h Diff ] File ]
mod - rts/Sim/Units/UnitDef.h Diff ] File ]
develop 812ebd6c
Timestamp: 2008-05-04 12:43:19
Author: przybyjw
Details ] Diff ]
Add a function UpdateMidPos() to CUnit. This simple function moves code that was repeated extremely often, and was even extracted as a function in CScriptMoveType.

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5842 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/MoveTypes/AAirMoveType.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/AirMoveType.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/GroundMoveType.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/ScriptMoveType.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/ScriptMoveType.h Diff ] File ]
mod - rts/Sim/MoveTypes/TAAirMoveType.cpp Diff ] File ]
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
mod - rts/Sim/Units/Unit.h Diff ] File ]
mod - rts/Sim/Units/UnitTypes/TransportUnit.cpp Diff ] File ]
develop 3b19f28f
Timestamp: 2008-05-04 01:43:09
Author: kloot
Details ] Diff ]
restore the version string to 76b1+

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5841 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/GameVersion.cpp Diff ] File ]
develop 842a7e63
Timestamp: 2008-05-04 00:43:43
Author: Auswaschbar
Details ] Diff ]
* after a new client connects, only his network buffer will be flushed
* removed way to generic ServerLog


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5840 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/GameServer.cpp Diff ] File ]
mod - rts/Game/GameServer.h Diff ] File ]
mod - rts/Game/GameVersion.cpp Diff ] File ]
rm - rts/Game/Server/ServerLog.cpp Diff ] File ]
rm - rts/Game/Server/ServerLog.h Diff ] File ]
rm - rts/Game/Server/ServerLogHandler.cpp Diff ] File ]
rm - rts/Game/Server/ServerLogHandler.h Diff ] File ]
mod - rts/System/AutohostInterface.h Diff ] File ]
mod - rts/System/Net/Net.cpp Diff ] File ]
mod - rts/System/Net/Net.h Diff ] File ]
rm - tools/DedicatedServer/EventPrinter.cpp Diff ] File ]
rm - tools/DedicatedServer/EventPrinter.h Diff ] File ]
mod - tools/DedicatedServer/main.cpp Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 550 ... 660 ... 770 ... 844 845 846 847 848 849 850 ... 880 ... 990 ... 1057 1058 1059  Next  Last