2025-08-31 23:38 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop ceed5b5e
Timestamp: 2008-09-07 23:05:40
Author: Auswaschbar
Details ] Diff ]
* syncdebug fix pt #1


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6383 37977431-3df6-0310-b722-df95706aa16b
mod - CMakeLists.txt Diff ] File ]
mod - rts/CMakeLists.txt Diff ] File ]
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/System/BaseNetProtocol.cpp Diff ] File ]
mod - rts/System/BaseNetProtocol.h Diff ] File ]
mod - rts/System/Sync/SyncDebugger.cpp Diff ] File ]
develop 971a3789
Timestamp: 2008-09-07 20:44:46
Author: satirik
Details ] Diff ]
* help updated
* /forceupdate and /forcebetaupdate added
* help -> tips bug fixed
* clicking on a link opening the url twice bug fixed

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6382 37977431-3df6-0310-b722-df95706aa16b
develop 95e11bb1
Timestamp: 2008-09-07 15:45:28
Author: satirik
Details ] Diff ]
* closing bug fixed (no more bug sound when closing)
* first step to support player unicode name

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6380 37977431-3df6-0310-b722-df95706aa16b
develop 033b399d
Timestamp: 2008-09-07 13:23:41
Author: satirik
Details ] Diff ]
* inputedit height updated with font changes
* inputedit wordwrap disabled

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6379 37977431-3df6-0310-b722-df95706aa16b
develop a759497f
Timestamp: 2008-09-07 11:57:14
Author: tvo
Details ] Diff ]
Don't commit files/directories whose names only differs in case please!



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6378 37977431-3df6-0310-b722-df95706aa16b
develop 2d7ae371
Timestamp: 2008-09-06 21:02:31
Author: jk
Details ] Diff ]
* auto enable atiHacks for ATis by default
* auto enable alphatest (+blending in case of cloaked stuff) for luaUnitMaterials (alphatest: 0.5 for opaque and 0.1 for cloaked stuff)

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6377 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Lua/LuaMaterial.cpp Diff ] File ]
mod - rts/Lua/LuaUnitMaterial.h Diff ] File ]
mod - rts/Rendering/GL/myGL.cpp Diff ] File ]
mod - rts/Rendering/UnitModels/UnitDrawer.cpp Diff ] File ]
mod - rts/System/SpringApp.cpp Diff ] File ]
develop ddd2948e
Timestamp: 2008-09-06 20:02:23
Author: imbaczek
Details ] Diff ]
log some OS and hardware information

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6376 37977431-3df6-0310-b722-df95706aa16b
add - rts/System/Platform/Win/WinVersion.cpp Diff ] File ]
add - rts/System/Platform/Win/WinVersion.h Diff ] File ]
mod - rts/System/SpringApp.cpp Diff ] File ]
develop beeb2fdb
Timestamp: 2008-09-06 17:18:47
Author: satirik
Details ] Diff ]
* tipsform not showing the right tips bug fixed
* new tips added
* changing colors and font typecast bug fixed

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6375 37977431-3df6-0310-b722-df95706aa16b
develop 2272d5a6
Timestamp: 2008-09-06 05:26:19
Author: det
Details ] Diff ]
ArchiveMoverLinux
* The 7Zip binding now correctly interacts with the garbage collector


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6374 37977431-3df6-0310-b722-df95706aa16b
mod - tools/ArchiveMoverLinux/datadir.ml Diff ] File ]
mod - tools/ArchiveMoverLinux/libmlsevenzip/ml_sevenzip.c Diff ] File ]
mod - tools/ArchiveMoverLinux/libmlsevenzip/sevenzip.ml Diff ] File ]
develop 77d09253
Timestamp: 2008-09-06 04:02:46
Author: imbaczek
Details ] Diff ]
improvements to sync checker and sync tracer.


-DTRACE_SYNC_HEAVY will log the sync checksum after every synced primitive operation.

checksum function improved so it is somewhat resistant to repeating values (notably 0). -DTRACE_SYNC_HEAVY replaces this fast checksum calculation with a real (but still fast) hash function.

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6373 37977431-3df6-0310-b722-df95706aa16b
mod - rts/System/Sync/SyncChecker.h Diff ] File ]
mod - rts/System/Sync/SyncTracer.cpp Diff ] File ]
develop be67cbfe
Timestamp: 2008-09-05 18:29:19
Author: satirik
Details ] Diff ]
* startup tips added
* splashscreen is not scaled anymore


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6372 37977431-3df6-0310-b722-df95706aa16b
develop 46dca187
Timestamp: 2008-09-05 16:38:57
Author: imbaczek
Details ] Diff ]
build: add synctrace=[yes|no] option to scons to enable/disable -DTRACE_SYNC (default off.)

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6371 37977431-3df6-0310-b722-df95706aa16b
mod - rts/build/scons/rts.py Diff ] File ]
develop f91d7d01
Timestamp: 2008-09-05 12:51:02
Author: Auswaschbar
Details ] Diff ]
* fix compiling with TRACE_SYNC
* made game servernot crash when skipping beyond the endframe of the demo


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6370 37977431-3df6-0310-b722-df95706aa16b
mod - CMakeLists.txt Diff ] File ]
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/GameServer.cpp Diff ] File ]
mod - rts/Sim/Projectiles/WeaponProjectiles/ExplosiveProjectile.cpp Diff ] File ]
mod - rts/Sim/Projectiles/WeaponProjectiles/LaserProjectile.cpp Diff ] File ]
mod - rts/Sim/Projectiles/WeaponProjectiles/LightingProjectile.cpp Diff ] File ]
mod - rts/Sim/Projectiles/WeaponProjectiles/TorpedoProjectile.cpp Diff ] File ]
mod - rts/Sim/Projectiles/WeaponProjectiles/WeaponProjectile.cpp Diff ] File ]
mod - rts/Sim/Weapons/EmgCannon.cpp Diff ] File ]
mod - rts/System/Sync/SyncTracer.cpp Diff ] File ]
mod - rts/System/Sync/SyncTracer.h Diff ] File ]
develop fdf2d765
Timestamp: 2008-09-05 12:08:45
Author: Auswaschbar
Details ] Diff ]
* prevent GL buffer swapping twice when printing "connecting to server" message


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6369 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/PreGame.cpp Diff ] File ]
mod - rts/Rendering/GL/myGL.cpp Diff ] File ]
develop 82934f7a
Timestamp: 2008-09-04 23:54:43
Author: imbaczek
Details ] Diff ]
make the installer use koshi's settings url

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6368 37977431-3df6-0310-b722-df95706aa16b
mod - installer/sections/main.nsh Diff ] File ]
develop 9911cc86
Timestamp: 2008-09-04 23:28:06
Author: satirik
Details ] Diff ]
* map list not showing all maps bug fixed

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6367 37977431-3df6-0310-b722-df95706aa16b
develop c42cec94
Timestamp: 2008-09-04 22:58:54
Author: Auswaschbar
Details ] Diff ]
* should fix the desync in frame 32 issue


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6365 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/Team.cpp Diff ] File ]
mod - rts/System/GlobalStuff.cpp Diff ] File ]
develop b26d3c4b
Timestamp: 2008-09-04 22:10:18
Author: Auswaschbar
Details ] Diff ]
* fix #2 (should better think before commit)


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6364 37977431-3df6-0310-b722-df95706aa16b
mod - rts/System/GlobalStuff.cpp Diff ] File ]
develop 44863e6b
Timestamp: 2008-09-04 21:51:54
Author: Auswaschbar
Details ] Diff ]
* fix


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6363 37977431-3df6-0310-b722-df95706aa16b
mod - rts/System/GlobalStuff.cpp Diff ] File ]
develop 8e9c817e
Timestamp: 2008-09-04 21:42:21
Author: Auswaschbar
Details ] Diff ]
* fix assertion with comsharing
* fix skipping of demos


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6362 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/GameServer.cpp Diff ] File ]
mod - rts/System/GlobalStuff.cpp Diff ] File ]
develop 7a02f7ba
Timestamp: 2008-09-04 20:55:08
Author: imbaczek
Details ] Diff ]
build: -mthreads has to be passed to the linker, too

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6361 37977431-3df6-0310-b722-df95706aa16b
mod - rts/build/scons/rts.py Diff ] File ]
develop fe21ec62
Timestamp: 2008-09-04 20:45:14
Author: satirik
Details ] Diff ]
* TASClient shortcut will pick the test server (82.239.138.44:8300) by default now to make tests easier

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6360 37977431-3df6-0310-b722-df95706aa16b
mod - installer/sections/shortcuts.nsh Diff ] File ]
develop 5a5d2526
Timestamp: 2008-09-04 17:34:13
Author: satirik
Details ] Diff ]
* quick fix : open private tab bug

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6359 37977431-3df6-0310-b722-df95706aa16b
develop 9e2e1773
Timestamp: 2008-09-04 17:13:06
Author: satirik
Details ] Diff ]
* switch back to classic messagedlg (not jv ones this time) instead of messagebox
* inputbox are now memo to support multiline copy past, if the msg contains more than 10 lines it shows a yes no msg before sending
* first try to fix a glitch on the menu which happens at random times
* ctrl + tab added to switch from one chat tab to the next one (old alt + arrow are still working)

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6358 37977431-3df6-0310-b722-df95706aa16b
develop 9a681638
Timestamp: 2008-09-04 13:04:37
Author: Auswaschbar
Details ] Diff ]
* deleted IPathFinder (unused)


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@6357 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Rendering/Env/GrassDrawer.cpp Diff ] File ]
rm - rts/Sim/Path/IPathFinder.h Diff ] File ]
mod - rts/Sim/Path/PathFinder.h Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 550 ... 660 ... 770 ... 825 826 827 828 829 830 831 ... 880 ... 990 ... 1057 1058 1059  Next  Last