2025-08-25 06:34 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop 35eacba5
Timestamp: 2007-01-14 10:11:43
Author: trepan
Details ] Diff ]
* Committed code to clamp the sounds levels to the global game volume
(to get an autobuild for mingw32, will revert if it sucks)


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3165 37977431-3df6-0310-b722-df95706aa16b
mod - rts/System/Platform/Win/DxSound.cpp Diff ] File ]
develop 85c9da39
Timestamp: 2007-01-14 09:46:51
Author: trepan
Details ] Diff ]
* LuaUI doesn't really need to be an installer section, just install it


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3164 37977431-3df6-0310-b722-df95706aa16b
mod - installer/taspring.nsi Diff ] File ]
develop 5d2d59db
Timestamp: 2007-01-14 09:44:28
Author: trepan
Details ] Diff ]
* Use a versionned LuaUI directory if available



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3163 37977431-3df6-0310-b722-df95706aa16b
mod - game/gui.lua Diff ] File ]
develop 08411dd7
Timestamp: 2007-01-14 09:43:35
Author: trepan
Details ] Diff ]
* Documented the volume parameter to PlaySoundFile()


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3162 37977431-3df6-0310-b722-df95706aa16b
mod - game/LuaUI/API.txt Diff ] File ]
develop f197b768
Timestamp: 2007-01-14 08:56:41
Author: trepan
Details ] Diff ]
* Added the "/volume <fraction>" command (0.0 - 1.0)



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3161 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/WordCompletion.cpp Diff ] File ]
develop 93601443
Timestamp: 2007-01-14 08:43:30
Author: trepan
Details ] Diff ]
* Revert r3159, there are 2 problems:

- some of the code is using volumes of > 1.0, this complicates the interface

- the default global volume of 60 (0.6), makes it such that sound at a volume
of 1.0 are barely audible (-40dB?).

local sound volumes:
- chat sounds = 5
- commander warning = 2 or 4
- minimap marker sound = 1
- multiselect sound = 1
- LuaUI default value = 1




git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3160 37977431-3df6-0310-b722-df95706aa16b
mod - rts/System/Platform/Win/DxSound.cpp Diff ] File ]
develop c6c2e7a1
Timestamp: 2007-01-13 21:53:30
Author: trepan
Details ] Diff ]
* Testing a sound fix


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3159 37977431-3df6-0310-b722-df95706aa16b
mod - rts/System/Platform/Win/DxSound.cpp Diff ] File ]
develop 73ca3e50
Timestamp: 2007-01-13 17:05:33
Author: jcnossen
Details ] Diff ]
* update vs8 project

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3158 37977431-3df6-0310-b722-df95706aa16b
mod - rts/build/vstudio8/rts.vcproj Diff ] File ]
develop 4dba58ce
Timestamp: 2007-01-13 15:44:02
Author: betalord
Details ] Diff ]
added new skin and increased internal build number

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3157 37977431-3df6-0310-b722-df95706aa16b
develop 9f5aa18c
Timestamp: 2007-01-13 15:42:47
Author: betalord
Details ] Diff ]
fix for nat traversal not working in 0.32

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3156 37977431-3df6-0310-b722-df95706aa16b
develop 78894331
Timestamp: 2007-01-13 09:34:29
Author: trepan
Details ] Diff ]
* Watch for team changes



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3154 37977431-3df6-0310-b722-df95706aa16b
mod - game/LuaUI/Widgets/unit_metal_maker.lua Diff ] File ]
develop 8aae51f1
Timestamp: 2007-01-13 05:43:53
Author: trepan
Details ] Diff ]
* Oops, forgot the 'os' table



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3153 37977431-3df6-0310-b722-df95706aa16b
mod - game/LuaUI/system.lua Diff ] File ]
develop 7f753e3f
Timestamp: 2007-01-13 02:56:18
Author: trepan
Details ] Diff ]
* Changed "/shadows [0|1]" to "/shadows [0|1] [mapsize]"


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3152 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/Game.cpp Diff ] File ]
develop 2159ec0a
Timestamp: 2007-01-13 02:08:28
Author: trepan
Details ] Diff ]
* Changed the C++ style type qualifiers to Lua style


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3151 37977431-3df6-0310-b722-df95706aa16b
mod - game/LuaUI/API.txt Diff ] File ]
develop 43a5bd15
Timestamp: 2007-01-12 16:19:09
Author: jcnossen
Details ] Diff ]
* KAI 0.11: Changed UnitTable assert into log warning.

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3150 37977431-3df6-0310-b722-df95706aa16b
mod - AI/Global/KAI-0.11/UnitTable.cpp Diff ] File ]
develop 7a3de06b
Timestamp: 2007-01-12 04:35:27
Author: trepan
Details ] Diff ]
* Mentionned the new LuaUI code, with some hints



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3149 37977431-3df6-0310-b722-df95706aa16b
mod - Documentation/changelog.txt Diff ] File ]
develop 7049f8ef
Timestamp: 2007-01-12 01:39:32
Author: trepan
Details ] Diff ]
* They've elected to use LuaUI, they get to see something a little different:
- texture buttons
- a 3x9 grid
- passthrough clicking and no click gaps



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3148 37977431-3df6-0310-b722-df95706aa16b
add - game/LuaUI/ctrlpanel.txt Diff ] File ]
mod - game/LuaUI/layout.lua Diff ] File ]
mod - game/LuaUI/main.lua Diff ] File ]
develop 5c6b66c2
Timestamp: 2007-01-12 00:22:22
Author: trepan
Details ] Diff ]
* Clear UnitFromFactory



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3147 37977431-3df6-0310-b722-df95706aa16b
mod - game/gui.lua Diff ] File ]
develop 73b4ddea
Timestamp: 2007-01-11 21:44:46
Author: tvo
Details ] Diff ]
* minor



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3146 37977431-3df6-0310-b722-df95706aa16b
mod - Documentation/changelog.txt Diff ] File ]
develop 6db4479b
Timestamp: 2007-01-11 18:06:03
Author: betalord
Details ] Diff ]
added link to html document

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3145 37977431-3df6-0310-b722-df95706aa16b
mod - Documentation/Lobby/Protocol/ProtocolDescription.xml Diff ] File ]
develop aee3c1fd
Timestamp: 2007-01-11 18:05:26
Author: betalord
Details ] Diff ]
fixed (disabled) word-wrapping for <a href=...> tags

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3144 37977431-3df6-0310-b722-df95706aa16b
mod - Documentation/Lobby/Protocol/xml2html.xsl Diff ] File ]
develop 6502a62a
Timestamp: 2007-01-11 17:50:07
Author: betalord
Details ] Diff ]
removed it since it is no longer needed (was replaced with .xml file)

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3143 37977431-3df6-0310-b722-df95706aa16b
rm - Documentation/Lobby/LobbyProtocol.txt Diff ] File ]
develop 705fabc4
Timestamp: 2007-01-11 17:47:56
Author: betalord
Details ] Diff ]
Added the rest of the commands from lobbyprotocol.txt (command list is now complete).

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3142 37977431-3df6-0310-b722-df95706aa16b
mod - Documentation/Lobby/Protocol/ProtocolDescription.xml Diff ] File ]
develop 6b1f1bfa
Timestamp: 2007-01-11 10:53:53
Author: trepan
Details ] Diff ]
* LuaUI is disabled by default (as per 0.74b2, needs more testing)

* Disabled textured buttons in the default LuaUI layout routine



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3141 37977431-3df6-0310-b722-df95706aa16b
mod - game/LuaUI/API.txt Diff ] File ]
mod - game/LuaUI/layout.lua Diff ] File ]
mod - game/LuaUI/main.lua Diff ] File ]
mod - installer/sections/luaui.nsh Diff ] File ]
mod - rts/Game/UI/GuiHandler.cpp Diff ] File ]
develop 24ce193b
Timestamp: 2007-01-11 09:32:11
Author: trepan
Details ] Diff ]
* Move the eyes closer to the blinking tooltip message

* Prune the tooltip message



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3140 37977431-3df6-0310-b722-df95706aa16b
mod - game/LuaUI/Widgets/gui_eyes.lua Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 550 ... 660 ... 770 ... 880 ... 949 950 951 952 953 954 955 ... 990 ... 1057 1058 1059  Next  Last