Changesets: spring
develop 8710bbc9
Timestamp: 2008-01-14 18:00:34 Author: tvo [ Details ] [ Diff ] |
* Fix display of times in EndGameBox (closes mantis: 0000811) (For example 9:07 displayed as 9: 7, now displays as 09:07) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5321 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/UI/EndGameBox.cpp | [ Diff ] [ File ] | ||
develop ba071860
Timestamp: 2008-01-14 15:22:19 Author: tvo [ Details ] [ Diff ] |
* LUA doesn't build-depend on Spring anymore. * Added streflop_cond.h to factor out the conditional #include of streflop.h git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5320 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/float3.h | [ Diff ] [ File ] | ||
mod - rts/build/scons/rts.py | [ Diff ] [ File ] | ||
mod - rts/lib/lua/README_SPRING | [ Diff ] [ File ] | ||
mod - rts/lib/lua/include/luaconf.h | [ Diff ] [ File ] | ||
mod - rts/lib/lua/src/lapi.cpp | [ Diff ] [ File ] | ||
mod - rts/lib/lua/src/lmathlib.cpp | [ Diff ] [ File ] | ||
mod - rts/lib/lua/src/ltable.cpp | [ Diff ] [ File ] | ||
add - rts/lib/streflop/streflop_cond.h | [ Diff ] [ File ] | ||
develop 33d1e7ad
Timestamp: 2008-01-14 14:41:27 Author: tvo [ Details ] [ Diff ] |
* .crash .exception and .divby0 should be enabled in release mode (it's particularly important to be able to test those in each compile mode, because it isn't unusual for crashes/exceptions to be handled different in different modes.) * Removed a bunch of svn:executable properties in luabind. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5319 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/luabind/back_reference.hpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/luabind/back_reference_fwd.hpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/luabind/class_info.hpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/luabind/detail/call_operator_iterate.hpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/luabind/detail/class_cache.hpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/luabind/detail/debug.hpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/luabind/detail/has_get_pointer.hpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/luabind/detail/is_indirect_const.hpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/luabind/detail/link_compatibility.hpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/luabind/detail/most_derived.hpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/luabind/detail/object_call.hpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/luabind/detail/pcall.hpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/luabind/detail/pointee_sizeof.hpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/luabind/detail/pointee_typeid.hpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/luabind/detail/stack_utils.hpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/luabind/detail/yes_no.hpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/luabind/error.hpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/luabind/from_stack.hpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/luabind/get_pointer.hpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/luabind/handle.hpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/luabind/iterator_policy.hpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/luabind/lua_include.hpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/luabind/open.hpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/luabind/operator.hpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/luabind/prefix.hpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/luabind/raw_policy.hpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/luabind/scope.hpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/luabind/value_wrapper.hpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/luabind/weak_ref.hpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/luabind/wrapper_base.hpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/luabind/yield_policy.hpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/src/class.cpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/src/class_info.cpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/src/class_registry.cpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/src/class_rep.cpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/src/create_class.cpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/src/error.cpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/src/find_best_match.cpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/src/function.cpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/src/implicit_cast.cpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/src/link_compatibility.cpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/src/object_rep.cpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/src/open.cpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/src/pcall.cpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/src/ref.cpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/src/scope.cpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/src/stack_content_by_name.cpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/src/weak_ref.cpp | [ Diff ] [ File ] | ||
mod - rts/lib/luabind/src/wrapper_base.cpp | [ Diff ] [ File ] | ||
develop 545a914d
Timestamp: 2008-01-14 03:45:08 Author: trepan [ Details ] [ Diff ] |
* Fixed WeaponDefs[x].filename git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5318 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Lua/LuaWeaponDefs.cpp | [ Diff ] [ File ] | ||
develop 9ceb4999
Timestamp: 2008-01-13 07:02:29 Author: trepan [ Details ] [ Diff ] |
* Blocked team changes for dead units git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5317 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Units/Unit.cpp | [ Diff ] [ File ] | ||
develop 95354cb8
Timestamp: 2008-01-13 02:41:29 Author: trepan [ Details ] [ Diff ] |
* Also remove API.txt from the installer script git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5316 37977431-3df6-0310-b722-df95706aa16b |
||
mod - installer/sections/luaui.nsh | [ Diff ] [ File ] | ||
develop 52b0df11
Timestamp: 2008-01-13 02:40:36 Author: trepan [ Details ] [ Diff ] |
* It's obsolete, use the wiki git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5315 37977431-3df6-0310-b722-df95706aa16b |
||
rm - game/LuaUI/API.txt | [ Diff ] [ File ] | ||
develop a31b06b8
Timestamp: 2008-01-13 00:17:33 Author: satirik [ Details ] [ Diff ] |
- manual away status msg set to "I am currently away from the computer" instead of the idle msg git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5314 37977431-3df6-0310-b722-df95706aa16b |
||
develop 9ea05051
Timestamp: 2008-01-12 22:06:51 Author: satirik [ Details ] [ Diff ] |
- unban menu greyed when the ban list is not empty bug fixed - added GAME/IsGameSpeedLocked to let the others players know if the host locked the game speed git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5313 37977431-3df6-0310-b722-df95706aa16b |
||
develop 570f208f
Timestamp: 2008-01-12 14:54:30 Author: kloot [ Details ] [ Diff ] |
remove a debug printf() git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5312 37977431-3df6-0310-b722-df95706aa16b |
||
mod - AI/Global/KAIK-0.13/UnitTable.cpp | [ Diff ] [ File ] | ||
develop c9c4338f
Timestamp: 2008-01-12 14:43:42 Author: kloot [ Details ] [ Diff ] |
it's 2008 now git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5311 37977431-3df6-0310-b722-df95706aa16b |
||
mod - AI/Global/KAIK-0.13/Defines.h | [ Diff ] [ File ] | ||
develop bbb48eea
Timestamp: 2008-01-12 14:40:52 Author: kloot [ Details ] [ Diff ] |
add cost multiplier provisions to KAIK git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5310 37977431-3df6-0310-b722-df95706aa16b |
||
mod - AI/Global/KAIK-0.13/Containers.h | [ Diff ] [ File ] | ||
mod - AI/Global/KAIK-0.13/DefenseMatrix.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/KAIK-0.13/Defines.h | [ Diff ] [ File ] | ||
mod - AI/Global/KAIK-0.13/GlobalAI.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/KAIK-0.13/MetalMap.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/KAIK-0.13/SpotFinder.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/KAIK-0.13/UnitTable.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/KAIK-0.13/UnitTable.h | [ Diff ] [ File ] | ||
develop e526e7c5
Timestamp: 2008-01-12 13:45:20 Author: kloot [ Details ] [ Diff ] |
prevent the water-damage check from doing OOB heightmap reads git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5309 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Units/Unit.cpp | [ Diff ] [ File ] | ||
develop 322cac17
Timestamp: 2008-01-12 05:41:05 Author: trepan [ Details ] [ Diff ] |
* Allow any key binding to a CMDTYPE_ICON command to use the 'queued' keyword (except for build and stockpile commands, which already have special handling) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5308 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/UI/GuiHandler.cpp | [ Diff ] [ File ] | ||
develop bed88d42
Timestamp: 2008-01-11 21:19:28 Author: tnowell [ Details ] [ Diff ] |
- added a lot of the extra unitsync bindings added in 0.76b1 - added white space formatting to unitsync JNI bindings - corrected a bug with multiple spaces in messages - corrected multiple spaces in channel headers to fix ascii art - basic client support for mod and map options - corrected formatting issues for private message window - fixed toast window updates making the window vanish as soon as it was to appear, and fiddled the timing of message removal - fixed ally and team numbers starting at zero, they're now incremented to fit in with the other lobbies - corrected code to suit changes to the TASServer protocol in 0.76b1 - fixed a GUI quirk in the battle window involving the 3 sliders and alignment, they're now properly aligned and stretch to the full width of the window. - modifications to fix some boxes in the starting rectangle drawer being missed out git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5307 37977431-3df6-0310-b722-df95706aa16b |
||
develop 5a992003
Timestamp: 2008-01-11 21:16:12 Author: trepan [ Details ] [ Diff ] |
* Spring.SendCommands() can use a bunch of strings arguments as well as the old table format (ex: Spring.SendCommands('echo aoeu', 'info 2', 'specteam 0') ) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5306 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/UI/LuaUI.cpp | [ Diff ] [ File ] | ||
develop ca20c2d8
Timestamp: 2008-01-11 11:32:14 Author: KDR_11k [ Details ] [ Diff ] |
* properly fixed the damage of beamlasers vs shields, this time without breaking lightning and beamburst. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5304 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Weapons/BeamLaser.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/PlasmaRepulser.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/PlasmaRepulser.h | [ Diff ] [ File ] | ||
develop 4cb679f5
Timestamp: 2008-01-11 10:57:18 Author: tvo [ Details ] [ Diff ] |
* Fix beamlaser damage vs shields. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5303 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Weapons/PlasmaRepulser.cpp | [ Diff ] [ File ] | ||
develop 86044398
Timestamp: 2008-01-10 21:42:26 Author: tvo [ Details ] [ Diff ] |
* Add argument to netcode UnitTest to use for server address. This makes it work on vserver, where apparently recvfrom() gets the outside IP as sender address even if the connection originated locally. * Remove executable bit of some C++ files. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5302 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/Net/ProtocolDef.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Net/ProtocolDef.h | [ Diff ] [ File ] | ||
mod - rts/System/Net/Test/main.cpp | [ Diff ] [ File ] | ||
develop 040535b8
Timestamp: 2008-01-10 17:00:21 Author: tnowell [ Details ] [ Diff ] |
- octal and hex hashes are now accepted for the UPDATEBATTLEINFO command maphashcode parameter aswell git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5301 37977431-3df6-0310-b722-df95706aa16b |
||
develop d222763d
Timestamp: 2008-01-09 21:56:18 Author: tnowell [ Details ] [ Diff ] |
- fixed event message system for battlemodels not recieving message, and the battle window recieving double messages - fixed an error with unitsync hashes for maps with a java side fix fiddling with long values - fixed unitsync hashes and minimaps being loaded twice - fixed splashscreen aflobby version being truncated by widening the width and making it resizable - updated version strings and values - modified main view so that there' no scrollbar anymore and the buttons are better arranged. - removed some unnecessary progress value calculations - various whitespace and format improvements. and some other things I dont remember git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5300 37977431-3df6-0310-b722-df95706aa16b |
||
develop 525655ef
Timestamp: 2008-01-09 21:52:30 Author: tnowell [ Details ] [ Diff ] |
added channel icons git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5299 37977431-3df6-0310-b722-df95706aa16b |
||
develop 77983786
Timestamp: 2008-01-09 20:27:30 Author: tnowell [ Details ] [ Diff ] |
- changed parseInt to decode for hashes, allowing octal and hexadecimal values for map and mod hashes. Note that this does or rather should not affect protocol usage. A client that gives an octal hash will work just as well with existing clients that use decimal hashes as those that use hexadecimal hashes. See the javadocs for Integer.decode() for further details. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5298 37977431-3df6-0310-b722-df95706aa16b |
||
develop e829ef25
Timestamp: 2008-01-09 17:26:56 Author: kloot [ Details ] [ Diff ] |
have it default to true git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5297 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Units/UnitDefHandler.cpp | [ Diff ] [ File ] | ||
develop a234f322
Timestamp: 2008-01-09 17:26:12 Author: kloot [ Details ] [ Diff ] |
add the 'capturable' tag to UnitDef (does what it says on the tin) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5296 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Lua/LuaUnitDefs.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/BuilderCAI.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitDef.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitDefHandler.cpp | [ Diff ] [ File ] | ||