2025-08-03 09:34 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop e1cefa90
Timestamp: 2006-08-22 14:49:16
Author: colorblind
Details ] Diff ]
* Disable shadow drawing of units drawn as icons.
* Rename "Resign and Quit" option to "Quit and Resign", hoping more players will quit and resign instead of just quitting.

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1928 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/UI/QuitBox.cpp Diff ] File ]
mod - rts/Rendering/UnitModels/UnitDrawer.cpp Diff ] File ]
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
develop 3fd96913
Timestamp: 2006-08-22 14:46:53
Author: hollow
Details ] Diff ]
spring-gui: * Added Support for Lobby Protocols LEAVE & DENIED

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1927 37977431-3df6-0310-b722-df95706aa16b
develop 2de974eb
Timestamp: 2006-08-22 13:18:20
Author: jcnossen
Details ] Diff ]
* fix vc7 project by adding _CMATH_ to defines.

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1926 37977431-3df6-0310-b722-df95706aa16b
mod - rts/build/vstudio7/rts.vcproj Diff ] File ]
develop ecdf6a78
Timestamp: 2006-08-22 00:25:07
Author: tnowell
Details ] Diff ]
-Login password encryption no longer relies on a php script
-Auto scrolling of the channel window no longer generates exceptions leading to new text not being displayed
-Channel Listings now include hyper links and very basic formatting
-Channel listings are now in Arial font
-Fixed some channel messages not showing in Arial
-Disabled lots of buttons that haven't had functionality added yet.
-Changed player list refresh rate again

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1925 37977431-3df6-0310-b722-df95706aa16b
develop d87c435a
Timestamp: 2006-08-21 22:16:53
Author: hollow
Details ] Diff ]
spring-gui: * Fixed Bug in saving server setttings for already setup default server

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1924 37977431-3df6-0310-b722-df95706aa16b
develop 14ace56e
Timestamp: 2006-08-21 22:02:55
Author: hollow
Details ] Diff ]
spring-gui: * Fixed Saving Options

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1923 37977431-3df6-0310-b722-df95706aa16b
develop c9bb9667
Timestamp: 2006-08-21 19:06:52
Author: hollow
Details ] Diff ]
spring-gui: * Redone GUI Setup -> Preparing for Windows Support
* Added basic version check for setup.ini ( will automaticly remove old versions)
* Start of changing name to Unity Lobby
* Changed how Unity Lobby is run -> Preparing for auto updating via lobby server & reduce memory footprint slightly

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1922 37977431-3df6-0310-b722-df95706aa16b
develop 3c200f0d
Timestamp: 2006-08-21 18:00:22
Author: tvo
Details ] Diff ]
* Update vc8 project file
* Add LUA support to vc8 project file
* Change LUA_NUMBER in the source & remove
LUA_NUMBER=float preprocessor directive.


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1921 37977431-3df6-0310-b722-df95706aa16b
mod - lua/lua/include/lua.h Diff ] File ]
mod - lua/lua/src/lib/streflop_gateway.cpp Diff ] File ]
mod - rts/System/TdfParser.cpp Diff ] File ]
mod - rts/build/scons/rts.py Diff ] File ]
mod - rts/build/vstudio8/rts.vcproj Diff ] File ]
develop c2c9dd41
Timestamp: 2006-08-21 17:38:38
Author: betalord
Details ] Diff ]
TASClient: added new folder for lobby components

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1920 37977431-3df6-0310-b722-df95706aa16b
develop c82cc702
Timestamp: 2006-08-21 16:47:01
Author: tvo
Details ] Diff ]
* Remove System/cmath again after taking measures which _should_ prevent MSVC
from complaining about things (precompiled header should be disabled for TdfParser.cpp probably)
* Remove the dirty hack from unitsync python bindings.
* No AI uses streflop anymore -> AAI loads again.
* Lua support can't be disabled anymore.
* Tiny scons buildsys cleanup & added some warnings.
* Optimize level is 2 now.
* Bumped configure version again.



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1919 37977431-3df6-0310-b722-df95706aa16b
mod - SConstruct Diff ] File ]
mod - rts/System/TdfParser.cpp Diff ] File ]
rm - rts/System/cmath Diff ] File ]
mod - rts/System/float3.h Diff ] File ]
mod - rts/System/tdf_grammar.hpp Diff ] File ]
mod - rts/build/scons/filelist.py Diff ] File ]
mod - rts/build/scons/rts.py Diff ] File ]
mod - tools/unitsync/pybind.cpp Diff ] File ]
develop ff4a9d2b
Timestamp: 2006-08-21 16:37:57
Author: betalord
Details ] Diff ]
TASClient: fix for sidecount=0 bug (which caused crashes with mods like AA 2.11 A and H)

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1918 37977431-3df6-0310-b722-df95706aa16b
develop 6336676c
Timestamp: 2006-08-21 14:49:07
Author: jcnossen
Details ] Diff ]
* fixed function params with identical names (breaks vc)

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1917 37977431-3df6-0310-b722-df95706aa16b
mod - rts/lib/streflop/Math.h Diff ] File ]
develop b858557f
Timestamp: 2006-08-21 14:41:44
Author: tvo
Details ] Diff ]
* Don't compile libm/dbl-64 & libm/ldbl-96 with scons buildsystem:
* it's safer, no risk of accidentally calling functions that aren't compiled at all
* in future this needs to be put more generic in streflop, something with e.g. STREFLOP_TARGETS..
* Comment out double & long double NRandom function templates to prevent linking errors
because dbl-64 & ldbl-96 aren't compiled anymore.



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1916 37977431-3df6-0310-b722-df95706aa16b
mod - rts/lib/streflop/Makefile Diff ] File ]
mod - rts/lib/streflop/Random.cpp Diff ] File ]
mod - rts/lib/streflop/libm/Makefile Diff ] File ]
develop a7f93175
Timestamp: 2006-08-21 14:01:36
Author: tvo
Details ] Diff ]
* Yet Another Lua-on-gcc 4.1 Try



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1915 37977431-3df6-0310-b722-df95706aa16b
mod - rts/System/Script/LuaBinder.cpp Diff ] File ]
develop 5c1b2857
Timestamp: 2006-08-21 13:27:22
Author: tvo
Details ] Diff ]
* Revert the luabind-fix-try as it doesn't work apparently.



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1914 37977431-3df6-0310-b722-df95706aa16b
mod - rts/System/Script/LuaBinder.cpp Diff ] File ]
develop 952bf354
Timestamp: 2006-08-21 13:25:06
Author: tvo
Details ] Diff ]
* Try again to fix luabind on gcc 4.1
* Fix stupid bug in SpawnScript causing last char of spawn.txt not to be read.



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1913 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/StartScripts/SpawnScript.cpp Diff ] File ]
mod - rts/System/Script/LuaBinder.cpp Diff ] File ]
develop 5f2d33a0
Timestamp: 2006-08-21 12:53:33
Author: tvo
Details ] Diff ]
* Attempt to fix LuaBinder on gcc 4.1 by adding a get_pointer with const types & fix some indentation.



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1912 37977431-3df6-0310-b722-df95706aa16b
mod - rts/System/Script/LuaBinder.cpp Diff ] File ]
develop 0f2264b5
Timestamp: 2006-08-21 10:53:51
Author: tvo
Details ] Diff ]
* Fix luabind on gcc (one unnecessary boost/python #include,
plus boost python not being installed by any spring dev was the problem).

* Enable lua by default with scons, will remove the disable_lua option in a while.

* Patch by Nicolas Brodu that adds a "streflop gateway" to the lmathlib, so lua
support should be fine again (thanks Nicolas!)

* Fix stupid bug in the readded cmath.



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1911 37977431-3df6-0310-b722-df95706aa16b
mod - lua/lua/src/lib/lmathlib.c Diff ] File ]
add - lua/lua/src/lib/streflop_gateway.cpp Diff ] File ]
mod - lua/luabind/luabind/object.hpp Diff ] File ]
mod - rts/Sim/Units/UnitDefHandler.cpp Diff ] File ]
mod - rts/Sim/Units/UnitTracker.cpp Diff ] File ]
mod - rts/System/Script/LuaFunctions.cpp Diff ] File ]
mod - rts/System/Script/LuaFunctions.h Diff ] File ]
mod - rts/System/cmath Diff ] File ]
mod - rts/build/scons/config.py Diff ] File ]
mod - rts/build/scons/rts.py Diff ] File ]
mod - rts/lib/streflop/Math.h Diff ] File ]
develop 849d5988
Timestamp: 2006-08-21 10:03:38
Author: tvo
Details ] Diff ]
* Readd cmath to get windows builds working again



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1910 37977431-3df6-0310-b722-df95706aa16b
add - rts/System/cmath Diff ] File ]
develop 51b1d41f
Timestamp: 2006-08-21 07:04:14
Author: tnowell
Details ] Diff ]
Fixed flickering on player list
Added autoscroll toggle to channel window
changed channel window textpane to JEditorpane of type text/html
Added highlighting of text in channel windows and other formatted text improvements..
remove '#' in channel names in the textbox when joining a channel by that method

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1909 37977431-3df6-0310-b722-df95706aa16b
develop 7c3c46b6
Timestamp: 2006-08-21 00:37:56
Author: betalord
Details ] Diff ]
updated lobby docs

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1908 37977431-3df6-0310-b722-df95706aa16b
mod - Documentation/Lobby/AdminCommands.txt Diff ] File ]
mod - Documentation/Lobby/LobbyProtocol.txt Diff ] File ]
mod - Documentation/lobbychangelog.txt Diff ] File ]
develop ad7f5da7
Timestamp: 2006-08-21 00:37:23
Author: betalord
Details ] Diff ]
TASServer: added LAUNCHPROCESS command (for debugging)

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1907 37977431-3df6-0310-b722-df95706aa16b
develop f926eb42
Timestamp: 2006-08-21 00:25:46
Author: tnowell
Details ] Diff ]
Removed a few panels and classes that're obsolete
A new notifications window. Things like answering machines and status combo boxes will be added soon
Fixed the bug making 2 instances of the jconnection class aka the 2 traffic console windows...
Miscellaneous tweaks
New misc.geturlcontent() function code

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1906 37977431-3df6-0310-b722-df95706aa16b
develop 8874a1ca
Timestamp: 2006-08-21 00:08:31
Author: hollow
Details ] Diff ]
spring-gui: * Fixed Saving Options that broke in earlier commit

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1905 37977431-3df6-0310-b722-df95706aa16b
develop f407ac3e
Timestamp: 2006-08-21 00:01:59
Author: hollow
Details ] Diff ]
spring-gui: * Modularised Spring Options Load / Save
* Fixed minor bug, of not enabling FSAA

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1904 37977431-3df6-0310-b722-df95706aa16b
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 550 ... 660 ... 770 ... 880 ... 990 ... 995 996 997 998 999 1000 1001 ... 1057 1058 1059  Next  Last