Changesets: spring
develop 83120b68
Timestamp: 2007-01-07 19:11:13 Author: yeha [ Details ] [ Diff ] |
updated VC7 project git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3089 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/build/vstudio7/rts.vcproj | [ Diff ] [ File ] | ||
develop 88f82435
Timestamp: 2007-01-07 15:02:07 Author: tvo [ Details ] [ Diff ] |
* Source package script is include based, instead of exclude based now. This way we dont put less bloat in the source packages. Two .exe's are excluded so Debian doesn't have to repack source. * Remove freetype libs, they are in vclibs package anyway. * taspring->Spring in doxygen docs git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3088 37977431-3df6-0310-b722-df95706aa16b |
||
mod - Doxyfile | [ Diff ] [ File ] | ||
mod - installer/make_source_package.sh | [ Diff ] [ File ] | ||
rm - rts/lib/ft/freetype2110.lib | [ Diff ] [ File ] | ||
rm - rts/lib/ft/freetype2110_D.lib | [ Diff ] [ File ] | ||
develop d1fab755
Timestamp: 2007-01-07 13:40:52 Author: tvo [ Details ] [ Diff ] |
* Support multiple datadir. (Good for linux users and as example for submarine) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3087 37977431-3df6-0310-b722-df95706aa16b |
||
mod - AI/Global/AAI/AAI.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/AAI/AAIBuildTable.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/AAI/AAIConfig.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/AAI/AAIConfig.h | [ Diff ] [ File ] | ||
mod - AI/Global/AAI/AAIMap.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/AAI/aidef.h | [ Diff ] [ File ] | ||
develop f7f638d2
Timestamp: 2007-01-07 03:33:01 Author: trepan [ Details ] [ Diff ] |
* Make "/minimap draw" easier to use git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3086 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/UI/MiniMap.cpp | [ Diff ] [ File ] | ||
develop 835bbbf7
Timestamp: 2007-01-07 03:25:26 Author: trepan [ Details ] [ Diff ] |
* Added "/minimap draw" and "/minimap slavemode [0|1]" git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3085 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/UI/LuaUI.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/MiniMap.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/MiniMap.h | [ Diff ] [ File ] | ||
develop 64fc5ffb
Timestamp: 2007-01-06 23:56:18 Author: trepan [ Details ] [ Diff ] |
* Might as well kill guihandler first (to avoid exit commands like "water 1") git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3084 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
develop 272b2d9d
Timestamp: 2007-01-06 23:55:39 Author: Licho [ Details ] [ Diff ] |
git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3083 37977431-3df6-0310-b722-df95706aa16b | ||
develop a8eb19b4
Timestamp: 2007-01-06 23:45:26 Author: trepan [ Details ] [ Diff ] |
* Fixed an exit SEGV (LuaUI was trying to access 'tooltip', which was deleted but not NULL'ed) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3082 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GuiHandler.cpp | [ Diff ] [ File ] | ||
develop 9a500fd9
Timestamp: 2007-01-06 22:19:28 Author: Licho [ Details ] [ Diff ] |
0.96b3 - !mincpuspeed, reduced !ring and !vote spam git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3081 37977431-3df6-0310-b722-df95706aa16b |
||
develop 395a3632
Timestamp: 2007-01-06 21:50:36 Author: trepan [ Details ] [ Diff ] |
* Added LuaUI DrawPolygonMode() call-out * Added LuaUI DrawPolygonOffset() call-out git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3080 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/UI/LuaUI.cpp | [ Diff ] [ File ] | ||
develop 253741a6
Timestamp: 2007-01-06 19:23:25 Author: tvo [ Details ] [ Diff ] |
* Minor bug (could trigger failed assert in CMoveType::SetMaxSpeed) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3079 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Units/CommandAI/MobileCAI.cpp | [ Diff ] [ File ] | ||
develop 637bd731
Timestamp: 2007-01-06 15:46:38 Author: tvo [ Details ] [ Diff ] |
* Shouldn't add unimplemented config options :) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3078 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Map/BaseGroundDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Map/BaseGroundDrawer.h | [ Diff ] [ File ] | ||
develop 06312773
Timestamp: 2007-01-06 15:20:15 Author: tvo [ Details ] [ Diff ] |
* minor fixes to last commit git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3077 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Map/BaseGroundDrawer.cpp | [ Diff ] [ File ] | ||
develop a1d929ee
Timestamp: 2007-01-06 15:10:26 Author: tvo [ Details ] [ Diff ] |
* LOS/Radar view smoothing git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3076 37977431-3df6-0310-b722-df95706aa16b |
||
mod - Documentation/changelog.txt | [ Diff ] [ File ] | ||
mod - rts/Map/BaseGroundDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Map/BaseGroundDrawer.h | [ Diff ] [ File ] | ||
develop 8c247305
Timestamp: 2007-01-06 13:29:01 Author: tvo [ Details ] [ Diff ] |
* Update changelog * disable_avi configure parameter defaults to false on windows now, true on other platforms (was always true). git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3075 37977431-3df6-0310-b722-df95706aa16b |
||
mod - Documentation/changelog.txt | [ Diff ] [ File ] | ||
mod - rts/build/scons/rts.py | [ Diff ] [ File ] | ||
develop bfed72b9
Timestamp: 2007-01-06 13:17:52 Author: tvo [ Details ] [ Diff ] |
* Patch by M2 (mantis 0000364) fixing AVIGenerator for MinGW. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3074 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Win/AVIGenerator.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Win/AVIGenerator.h | [ Diff ] [ File ] | ||
develop bf90ec71
Timestamp: 2007-01-06 12:29:35 Author: tvo [ Details ] [ Diff ] |
* Update version in installer. * eaxac3.dll isn't needed anymore now dsound is used again on windows. * Fix building on MinGW. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3073 37977431-3df6-0310-b722-df95706aa16b |
||
mod - SConstruct | [ Diff ] [ File ] | ||
mod - installer/sections/main.nsh | [ Diff ] [ File ] | ||
mod - installer/springsettings.nsh | [ Diff ] [ File ] | ||
mod - rts/build/scons/rts.py | [ Diff ] [ File ] | ||
develop 0cb0e1b8
Timestamp: 2007-01-06 11:58:22 Author: trepan [ Details ] [ Diff ] |
* Fixed the "/clock <0|1>" polarity * Passed middle mouse button clicks into LuaUI * Added LuaUI GetUnitExperience() call-out git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3072 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GuiHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/LuaUI.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/MouseHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/QuitBox.cpp | [ Diff ] [ File ] | ||
develop 1af51ea2
Timestamp: 2007-01-05 18:47:34 Author: betalord [ Details ] [ Diff ] |
<clink> accepts ":client"/":server" tags now git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3071 37977431-3df6-0310-b722-df95706aa16b |
||
mod - Documentation/Lobby/Protocol/ProtocolDescription.dtd | [ Diff ] [ File ] | ||
mod - Documentation/Lobby/Protocol/ProtocolDescription.xml | [ Diff ] [ File ] | ||
mod - Documentation/Lobby/Protocol/xml2html.xsl | [ Diff ] [ File ] | ||
develop 65de7449
Timestamp: 2007-01-05 15:46:46 Author: trepan [ Details ] [ Diff ] |
* Added a substitute for the "group0" - "group9" commands, "group" group <0-9> [ set | add | selectadd | selectclear | selecttoggle ] git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3070 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/ExternalAI/GroupHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/GroupHandler.h | [ Diff ] [ File ] | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
develop 3c6d76ff
Timestamp: 2007-01-05 14:04:53 Author: Licho [ Details ] [ Diff ] |
setpassword, setminrank, setmaxplayers git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3069 37977431-3df6-0310-b722-df95706aa16b |
||
develop 10d4c3f1
Timestamp: 2007-01-05 09:19:06 Author: trepan [ Details ] [ Diff ] |
* Fixed ShareResources() for "units" git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3068 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/UI/LuaUI.cpp | [ Diff ] [ File ] | ||
develop 083e5014
Timestamp: 2007-01-05 09:09:42 Author: trepan [ Details ] [ Diff ] |
* Added LuaUI ShareResources() call-out git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3067 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/UI/LuaUI.cpp | [ Diff ] [ File ] | ||
develop 3a26c1d1
Timestamp: 2007-01-05 00:59:33 Author: trepan [ Details ] [ Diff ] |
* Added the "/luaui reload fresh" variant (reloads the LuaUI into a new lua_State) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3066 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/UI/GuiHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/LuaState.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/LuaState.h | [ Diff ] [ File ] | ||
mod - rts/Game/UI/LuaUI.cpp | [ Diff ] [ File ] | ||
develop 6f7ac556
Timestamp: 2007-01-04 23:10:45 Author: betalord [ Details ] [ Diff ] |
fixed some graphical glithes, added some new tags git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3065 37977431-3df6-0310-b722-df95706aa16b |
||
mod - Documentation/Lobby/Protocol/ProtocolDescription.dtd | [ Diff ] [ File ] | ||
mod - Documentation/Lobby/Protocol/ProtocolDescription.xml | [ Diff ] [ File ] | ||
mod - Documentation/Lobby/Protocol/xml2html.xsl | [ Diff ] [ File ] | ||