2025-08-22 16:48 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop 133341f2
Timestamp: 2006-03-18 12:58:09
Author: tvo
Details ] Diff ]
* Make it possible to choose a random map (less boring when testing :-) )



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1040 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/PreGame.cpp Diff ] File ]
develop 550431f0
Timestamp: 2006-03-18 11:51:51
Author: betalord
Details ] Diff ]
removed JvDesktopAlertForm.pas since it is no longer needed (switched to JVCL 3.20 which already contains the fixed one)

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1039 37977431-3df6-0310-b722-df95706aa16b
develop 24df6e7a
Timestamp: 2006-03-18 11:22:28
Author: betalord
Details ] Diff ]
fixed mantis #138 bug (lobby crashes when deleting last replay from the replay list)

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1038 37977431-3df6-0310-b722-df95706aa16b
develop 8c11ac86
Timestamp: 2006-03-17 20:32:12
Author: betalord
Details ] Diff ]
fixed chat message flooding to ignore too long messages instead of banning the user

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1037 37977431-3df6-0310-b722-df95706aa16b
develop 067d334d
Timestamp: 2006-03-16 20:30:25
Author: tvo
Details ] Diff ]
* Add default visibility attribute to initunitsync, so that it works with -fvisibility=hidden.
* (scons) Buildsys now puts libunitsync.so in trunk/omni and hardlinks unitsync.so to libunitsync.so



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1035 37977431-3df6-0310-b722-df95706aa16b
mod - SConstruct Diff ] File ]
mod - tools/unitsync/pybind.cpp Diff ] File ]
develop 2acedf91
Timestamp: 2006-03-16 00:31:01
Author: ace07
Details ] Diff ]
added password.png used for showing if a battle is locked or not

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1034 37977431-3df6-0310-b722-df95706aa16b
develop 0562e84b
Timestamp: 2006-03-16 00:28:52
Author: ace07
Details ] Diff ]
updated various things that fix the latest updates of TASServer and added unitsync.dll support

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1033 37977431-3df6-0310-b722-df95706aa16b
develop 850b96c0
Timestamp: 2006-03-15 15:40:08
Author: betalord
Details ] Diff ]
limited chat msges to 1024 chars (user gets banned on longer lines)

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1032 37977431-3df6-0310-b722-df95706aa16b
develop 84131771
Timestamp: 2006-03-15 15:39:07
Author: betalord
Details ] Diff ]
sdz/sd7 files are now correctly recognized (not case-sensitive anymore)

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1031 37977431-3df6-0310-b722-df95706aa16b
develop aea6745e
Timestamp: 2006-03-14 22:31:34
Author: tvo
Details ] Diff ]
* Add some documentation for some of the python bindings.
* Fixed GetMinimap python binding to actually do something.
It can be used to write a map's minimap to a .tga file now.
* unitsync GetMinimap was broken for mipLevel != 0.



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1030 37977431-3df6-0310-b722-df95706aa16b
mod - tools/unitsync/pybind.cpp Diff ] File ]
mod - tools/unitsync/unitsync.cpp Diff ] File ]
develop 5a8a8233
Timestamp: 2006-03-13 17:47:50
Author: tvo
Details ] Diff ]
* Fix another compile error



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1029 37977431-3df6-0310-b722-df95706aa16b
mod - rts/System/creg/Serializer.h Diff ] File ]
develop 357d376e
Timestamp: 2006-03-13 17:38:31
Author: tvo
Details ] Diff ]
* Fix compile error:
rts/System/creg/creg.h: In member function 'void creg::StaticArrayType<T, Size>::Serialize(creg::ISerializer*, void*)':
rts/System/creg/creg.h:146: error: expected initializer before '*' token



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1028 37977431-3df6-0310-b722-df95706aa16b
mod - rts/System/creg/creg.h Diff ] File ]
develop 4a21bc06
Timestamp: 2006-03-13 01:49:48
Author: jcnossen
Details ] Diff ]
forgot to update serializer.cpp

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1027 37977431-3df6-0310-b722-df95706aa16b
mod - rts/System/creg/Serializer.cpp Diff ] File ]
develop 3352bd72
Timestamp: 2006-03-13 00:16:14
Author: jcnossen
Details ] Diff ]
* added custom serializers and loading callbacks to handle the cases were creg doesn't work
* added doxygen style comments to creg
* CREG_BIND_MEMBERS is changed to CREG_REG_METADATA because it now does more than binding members.
* fixed a bug with embedded objects
* added checksum verification of the packages, so it is impossible to load data saved with different class definitions.

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1026 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Misc/Feature.cpp Diff ] File ]
mod - rts/Sim/Objects/SolidObject.cpp Diff ] File ]
mod - rts/Sim/Objects/WorldObject.cpp Diff ] File ]
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
mod - rts/Sim/Units/UnitTypes/Builder.cpp Diff ] File ]
mod - rts/System/Matrix44f.cpp Diff ] File ]
mod - rts/System/Object.cpp Diff ] File ]
mod - rts/System/creg/ClassBinding.cpp Diff ] File ]
mod - rts/System/creg/ISerializer.h Diff ] File ]
mod - rts/System/creg/Serializer.cpp Diff ] File ]
mod - rts/System/creg/Serializer.h Diff ] File ]
mod - rts/System/creg/TypeDeduction.h Diff ] File ]
mod - rts/System/creg/creg.h Diff ] File ]
mod - rts/System/float3.cpp Diff ] File ]
mod - rts/System/myMath.cpp Diff ] File ]
develop 46a9c6fe
Timestamp: 2006-03-12 23:03:17
Author: jcnossen
Details ] Diff ]
updated changelog

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1025 37977431-3df6-0310-b722-df95706aa16b
mod - Documentation/changelog.txt Diff ] File ]
develop 51576aaa
Timestamp: 2006-03-12 22:15:23
Author: betalord
Details ] Diff ]
lobby client now automatically connects to first backup server if main one fails, then to second backup, etc.

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1024 37977431-3df6-0310-b722-df95706aa16b
develop 369b9684
Timestamp: 2006-03-12 18:14:48
Author: jcnossen
Details ] Diff ]
jcai xta-pe profile

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1021 37977431-3df6-0310-b722-df95706aa16b
add - AI/Global/JCAI/profiles/xtape.cfg Diff ] File ]
develop 26df034e
Timestamp: 2006-03-12 17:13:42
Author: jcnossen
Details ] Diff ]
disabled path map viewing when no units are selected or the selected unit doesn't have movedata

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1016 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Rendering/Map/BFGroundDrawer.cpp Diff ] File ]
develop 56ce1cf0
Timestamp: 2006-03-12 15:14:53
Author: jcnossen
Details ] Diff ]
torpedoes work again

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1014 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Units/UnitLoader.cpp Diff ] File ]
mod - rts/Sim/Weapons/WeaponDefHandler.cpp Diff ] File ]
develop f94a5484
Timestamp: 2006-03-12 00:17:30
Author: betalord
Details ] Diff ]
added /msg command to client

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1010 37977431-3df6-0310-b722-df95706aa16b
develop b1983358
Timestamp: 2006-03-11 23:22:18
Author: betalord
Details ] Diff ]
added support for new CHANNEL command syntax on client side

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1009 37977431-3df6-0310-b722-df95706aa16b
develop ce7f6242
Timestamp: 2006-03-11 23:21:25
Author: betalord
Details ] Diff ]
git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1008 37977431-3df6-0310-b722-df95706aa16b
develop 13683731
Timestamp: 2006-03-11 23:21:02
Author: betalord
Details ] Diff ]
replaced CHANNELS command with CHANNEL and ENDOFCHANNELS commands (will return more detailed list of channels now)

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1007 37977431-3df6-0310-b722-df95706aa16b
develop 4f89a550
Timestamp: 2006-03-11 19:02:13
Author: betalord
Details ] Diff ]
updated ChanServ (first working version)

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1002 37977431-3df6-0310-b722-df95706aa16b
develop 45eece5d
Timestamp: 2006-03-11 18:59:43
Author: betalord
Details ] Diff ]
renamed file

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1001 37977431-3df6-0310-b722-df95706aa16b
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 550 ... 660 ... 770 ... 880 ... 990 ... 1020 1021 1022 1023 1024 1025 1026 ... 1057 1058 1059  Next  Last