2025-08-06 14:44 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop 89a23b50
Timestamp: 2007-11-09 02:09:20
Author: trepan
Details ] Diff ]
* gui_eyes loaded by default


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4739 37977431-3df6-0310-b722-df95706aa16b
mod - game/LuaUI/Widgets/gui_eyes.lua Diff ] File ]
develop a9078d5c
Timestamp: 2007-11-09 00:58:54
Author: Auswaschbar
Details ] Diff ]
* gui_eyes not loaded by default


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4738 37977431-3df6-0310-b722-df95706aa16b
mod - game/LuaUI/Widgets/gui_eyes.lua Diff ] File ]
develop fff57f2a
Timestamp: 2007-11-08 19:22:12
Author: Auswaschbar
Details ] Diff ]
* added function to send a NETMSG_SETPLAYERNUM only to the corresponding player


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4737 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/System/BaseNetProtocol.cpp Diff ] File ]
mod - rts/System/BaseNetProtocol.h Diff ] File ]
develop e983e7e5
Timestamp: 2007-11-07 23:12:04
Author: trepan
Details ] Diff ]
* Return 1 for successful 'remote unit variable' sets
(example: GET UNIT_VAR_START -unitID value)


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4736 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Units/COB/CobInstance.cpp Diff ] File ]
develop 567a439a
Timestamp: 2007-11-07 23:05:38
Author: trepan
Details ] Diff ]
* Added 8 shared per-unit variables
* Reconfigured the shared variable codes


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4735 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Units/COB/CobInstance.cpp Diff ] File ]
mod - rts/Sim/Units/COB/CobInstance.h Diff ] File ]
develop bbbbc4cb
Timestamp: 2007-11-07 19:03:42
Author: satirik
Details ] Diff ]
Rank6 and 7 icon changed

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4734 37977431-3df6-0310-b722-df95706aa16b
develop ff00937a
Timestamp: 2007-11-07 16:40:53
Author: satirik
Details ] Diff ]
- Custom options should be greyed if you are not the host now
- 2 new ranks added
- UF search box categories added (title, file name, description)
- Ignore added to player context menu


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4733 37977431-3df6-0310-b722-df95706aa16b
develop 0a19fdfb
Timestamp: 2007-11-07 02:31:35
Author: trepan
Details ] Diff ]
* Added global, team, and ally GET/SET variables to COB scripts
1024 - 2047: 1024 global variables
2048 - 2175: 128 variables per team (the COB script unit's team)
2176 - 2303: 128 variables per allyteam (the COB script unit's allyteam)


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4732 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Units/COB/CobInstance.cpp Diff ] File ]
develop f391faff
Timestamp: 2007-11-06 23:29:42
Author: satirik
Details ] Diff ]
SETSCRIPTTAGS and REMOVESCRIPTTAGS should be completly implemented now (except the host replay part that should not update the map/mod options) but it needs more tests

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4731 37977431-3df6-0310-b722-df95706aa16b
develop 3de3cac6
Timestamp: 2007-11-06 20:55:36
Author: trepan
Details ] Diff ]
* Reject untrimmed scriptTag values


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4730 37977431-3df6-0310-b722-df95706aa16b
develop a235c644
Timestamp: 2007-11-06 20:21:52
Author: betalord
Details ] Diff ]
mentioned [] denoting optional arguments

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4729 37977431-3df6-0310-b722-df95706aa16b
mod - Documentation/Lobby/Protocol/ProtocolDescription.xml Diff ] File ]
develop 07e01695
Timestamp: 2007-11-06 18:12:17
Author: trepan
Details ] Diff ]
* Documented REMOVESCRIPTTAGS
* Corrected some SETSCRIPTTAGS info


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4728 37977431-3df6-0310-b722-df95706aa16b
mod - Documentation/Lobby/Protocol/ProtocolDescription.xml Diff ] File ]
develop f35ac988
Timestamp: 2007-11-06 17:37:22
Author: trepan
Details ] Diff ]
* Added the REMOVESCRIPTTAGS commands: REMOVESCRIPTTAGS key1 key2 key3 ...


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4726 37977431-3df6-0310-b722-df95706aa16b
develop ec520629
Timestamp: 2007-11-06 17:01:12
Author: trepan
Details ] Diff ]
* Update SETSCRIPTTAGS doc. for the ' ' -> '=' separator change


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4724 37977431-3df6-0310-b722-df95706aa16b
mod - Documentation/Lobby/Protocol/ProtocolDescription.xml Diff ] File ]
develop 33484403
Timestamp: 2007-11-06 16:55:52
Author: trepan
Details ] Diff ]
* Changed the SETSCRIPTTAGS key/value separator to '='


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4723 37977431-3df6-0310-b722-df95706aa16b
develop bd7f1964
Timestamp: 2007-11-06 16:38:40
Author: trepan
Details ] Diff ]
* Used an untrimmed version of the incoming command to process SETSCRIPTTAGS
(allows one to set the value to an empty string)
* Make the key value lowercase (to avoid potential key write order conflicts)
* Check the key and value some some illegal characters that will make the TDFparser puke


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4722 37977431-3df6-0310-b722-df95706aa16b
develop 2fce1644
Timestamp: 2007-11-06 11:06:03
Author: betalord
Details ] Diff ]
git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4721 37977431-3df6-0310-b722-df95706aa16b
mod - Documentation/Lobby/Protocol/ProtocolDescription.xml Diff ] File ]
develop 2c18565c
Timestamp: 2007-11-06 03:48:52
Author: trepan
Details ] Diff ]
* Preliminary addition of LuaGadgets/, it needs to be cleaned
up before actually being added to the springcontent.sdz
archive (ex: there are a few call-ins not yet included in this
version of gadgets.lua).


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4719 37977431-3df6-0310-b722-df95706aa16b
add - installer/builddata/springcontent/LuaGadgets/Gadgets/README.txt Diff ] File ]
add - installer/builddata/springcontent/LuaGadgets/Gadgets/cmd_doline.lua Diff ] File ]
add - installer/builddata/springcontent/LuaGadgets/Gadgets/cmd_nocost.lua Diff ] File ]
add - installer/builddata/springcontent/LuaGadgets/Gadgets/share_control.lua Diff ] File ]
add - installer/builddata/springcontent/LuaGadgets/Gadgets/share_delayed.lua Diff ] File ]
add - installer/builddata/springcontent/LuaGadgets/Gadgets/share_levels.lua Diff ] File ]
add - installer/builddata/springcontent/LuaGadgets/Gadgets/share_no_builders.lua Diff ] File ]
add - installer/builddata/springcontent/LuaGadgets/README.txt Diff ] File ]
add - installer/builddata/springcontent/LuaGadgets/actions.lua Diff ] File ]
add - installer/builddata/springcontent/LuaGadgets/callins.lua Diff ] File ]
add - installer/builddata/springcontent/LuaGadgets/colors.h.lua Diff ] File ]
add - installer/builddata/springcontent/LuaGadgets/gadgets.lua Diff ] File ]
add - installer/builddata/springcontent/LuaGadgets/system.lua Diff ] File ]
develop 1249383a
Timestamp: 2007-11-06 03:35:52
Author: trepan
Details ] Diff ]
* Added shaders/* to the springcontent.sdz script


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4718 37977431-3df6-0310-b722-df95706aa16b
mod - installer/make_gamedata_arch.sh Diff ] File ]
develop f91cb049
Timestamp: 2007-11-05 21:36:03
Author: satirik
Details ] Diff ]
- Lan mode handled
- Custom options display and lobby <-> lobby protocol done (it doesn't write them in the script file yet)
- Custom options display order fixed
- Map size added before Tidal strength

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4717 37977431-3df6-0310-b722-df95706aa16b
develop b77a8d81
Timestamp: 2007-11-05 21:25:12
Author: betalord
Details ] Diff ]
SETSCRIPTTAG->SETSCRIPTTAGS, added more examples

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4716 37977431-3df6-0310-b722-df95706aa16b
mod - Documentation/Lobby/Protocol/ProtocolDescription.xml Diff ] File ]
develop ae15608b
Timestamp: 2007-11-05 21:06:38
Author: betalord
Details ] Diff ]
replaced SETSCRIPTTAG command with SETSCRIPTTAGS (same thing, only it accepts multiple tags at once. Tags are separated by TAB characters)

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4715 37977431-3df6-0310-b722-df95706aa16b
develop 82ac22ac
Timestamp: 2007-11-05 20:14:34
Author: tvo
Details ] Diff ]
typo

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4714 37977431-3df6-0310-b722-df95706aa16b
mod - installer/sections/luaui.nsh Diff ] File ]
develop b58eb27f
Timestamp: 2007-11-05 20:00:48
Author: tvo
Details ] Diff ]
* Fix the content generation batch file.
* Minor installer fixes.

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4713 37977431-3df6-0310-b722-df95706aa16b
mod - installer/builddata/build.bat Diff ] File ]
mod - installer/sections/luaui.nsh Diff ] File ]
mod - installer/sections/shortcuts.nsh Diff ] File ]
develop 951ea80a
Timestamp: 2007-11-05 19:34:10
Author: tvo
Details ] Diff ]
* Don't install shaders anymore (now they are in springcontent.sdz)

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4712 37977431-3df6-0310-b722-df95706aa16b
mod - SConstruct Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 550 ... 660 ... 770 ... 880 ... 888 889 890 891 892 893 894 ... 990 ... 1057 1058 1059  Next  Last