Changesets: spring
develop 92c152ed
Timestamp: 2013-10-09 12:14:46 Author: jk3064 [ Details ] [ Diff ] |
Update LuaMathExtra.cpp fix compile |
||
mod - rts/Lua/LuaMathExtra.cpp | [ Diff ] [ File ] | ||
develop 1c355fd0
Timestamp: 2013-10-09 12:10:51 Author: jk3064 [ Details ] [ Diff ] |
Merge pull request 0000076 from DeadnightWarrior/DnW Two more functions for LUA math module |
||
mod - rts/Lua/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaHandle.cpp | [ Diff ] [ File ] | ||
add - rts/Lua/LuaMathExtra.cpp | [ Diff ] [ File ] | ||
add - rts/Lua/LuaMathExtra.h | [ Diff ] [ File ] | ||
mod - rts/lib/lua/src/lmathlib.cpp | [ Diff ] [ File ] | ||
develop b001779d
Timestamp: 2013-10-09 12:02:13 Author: DeadnightWarrior [ Details ] [ Diff ] |
Refactor extra math function out of LUA source | ||
mod - rts/Lua/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaHandle.cpp | [ Diff ] [ File ] | ||
add - rts/Lua/LuaMathExtra.cpp | [ Diff ] [ File ] | ||
add - rts/Lua/LuaMathExtra.h | [ Diff ] [ File ] | ||
mod - rts/lib/lua/src/lmathlib.cpp | [ Diff ] [ File ] | ||
develop 043f7846
Timestamp: 2013-10-09 10:55:15 Author: DeadnightWarrior [ Details ] [ Diff ] |
Merge branch 'develop' of git://github.com/spring/spring.git into DnW | ||
mod - rts/lib/streflop/streflop_cond.h | [ Diff ] [ File ] | ||
develop 5b45573a
Timestamp: 2013-10-09 09:59:39 Author: DeadnightWarrior [ Details ] [ Diff ] |
Two more functions for LUA math module math.diag(x1[, ...]) returns the diagonal of an n-dimensional box math.clamp(x, min, max) |
||
mod - rts/lib/lua/src/lmathlib.cpp | [ Diff ] [ File ] | ||
develop b20b4561
Timestamp: 2013-10-09 02:03:11 Author: abma [ Details ] [ Diff ] |
apply lua 5.1.5 patch#2 http://www.lua.org/bugs.html#5.1.5 |
||
mod - rts/lib/lua/src/lzio.cpp | [ Diff ] [ File ] | ||
mod - rts/lib/lua/src/lzio.h | [ Diff ] [ File ] | ||
develop 242af6f3
Timestamp: 2013-10-09 00:39:21 Author: rt [ Details ] [ Diff ] |
add hypot to streflop aliases | ||
mod - rts/lib/streflop/streflop_cond.h | [ Diff ] [ File ] | ||
develop 18ef1b80
Timestamp: 2013-10-09 00:24:52 Author: Kaylewt [ Details ] [ Diff ] |
Merge pull request 0000075 from DeadnightWarrior/DnW Add hypot to LUA's math module |
||
mod - rts/lib/lua/src/lmathlib.cpp | [ Diff ] [ File ] | ||
develop c80f925e
Timestamp: 2013-10-09 00:06:58 Author: DeadnightWarrior [ Details ] [ Diff ] |
Add hypot to LUA's math module | ||
mod - rts/lib/lua/src/lmathlib.cpp | [ Diff ] [ File ] | ||
develop d27b24db
Timestamp: 2013-10-08 22:58:46 Author: abma [ Details ] [ Diff ] |
validation test: switch to ba:test as :stable won't be fixed until 95.0 is out |
||
mod - buildbot/master/master.cfg | [ Diff ] [ File ] | ||
develop 82af03e9
Timestamp: 2013-10-08 15:45:31 Author: rt [ Details ] [ Diff ] |
fix bug in ac265970f4 | ||
mod - rts/builds/dedicated/main.cpp | [ Diff ] [ File ] | ||
develop fb0f8678
Timestamp: 2013-10-08 15:43:18 Author: abma [ Details ] [ Diff ] |
fix tests | ||
mod - test/engine/System/Misc/testSpringTime.cpp | [ Diff ] [ File ] | ||
mod - test/engine/System/testMatrix44f.cpp | [ Diff ] [ File ] | ||
develop ac265970
Timestamp: 2013-10-08 15:27:14 Author: abma [ Details ] [ Diff ] |
initialize start time of spring-dedicated | ||
mod - rts/builds/dedicated/main.cpp | [ Diff ] [ File ] | ||
develop 37030144
Timestamp: 2013-10-08 15:24:07 Author: abma [ Details ] [ Diff ] |
fix 0002977: initialize random seed correctly in spring-dedicated |
||
mod - rts/builds/dedicated/main.cpp | [ Diff ] [ File ] | ||
develop 1f145afd
Timestamp: 2013-10-08 15:15:25 Author: rt [ Details ] [ Diff ] |
oops | ||
mod - rts/Lua/LuaUnsyncedRead.cpp | [ Diff ] [ File ] | ||
develop ad8e0df3
Timestamp: 2013-10-08 14:58:20 Author: BrainDamage [ Details ] [ Diff ] |
refactored out code to overlay position error on a separate function fixing GetUnitWeaponTestRange , GetUnitWeaponHaveFreeLineOfFire when using unitid as argument not doing target position checks properly |
||
mod - rts/Lua/LuaSyncedRead.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/Weapon.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/Weapon.h | [ Diff ] [ File ] | ||
develop 4f102cd9
Timestamp: 2013-10-08 14:56:21 Author: rt [ Details ] [ Diff ] |
Spring.{Get,Diff}Timer(s): save some precision | ||
mod - rts/Lua/LuaUnsyncedRead.cpp | [ Diff ] [ File ] | ||
develop b7de7c83
Timestamp: 2013-10-08 14:41:25 Author: BrainDamage [ Details ] [ Diff ] |
fixed LuaSyncedRead::GetUnitWeaponTryTarget to work with unitID as argument ( previously always returned false unless enemy was near position <0,0,0> ) | ||
mod - rts/Lua/LuaSyncedRead.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/Weapon.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/Weapon.h | [ Diff ] [ File ] | ||
develop c6f5bcce
Timestamp: 2013-10-08 06:09:53 Author: abma [ Details ] [ Diff ] |
initialize in constructor body | ||
mod - rts/Lua/LuaEventBatch.h | [ Diff ] [ File ] | ||
develop 344454b6
Timestamp: 2013-10-08 06:00:09 Author: abma [ Details ] [ Diff ] |
validation test: call quit before showing stats, exit even when stats fail |
||
mod - test/validation/LuaUI/Widgets/test.lua | [ Diff ] [ File ] | ||
develop 41ed0b28
Timestamp: 2013-10-08 05:41:26 Author: abma [ Details ] [ Diff ] |
try to fix: error: invalid use of incomplete type 'class boost::thread' |
||
mod - rts/System/ThreadPool.cpp | [ Diff ] [ File ] | ||
develop 64f847d9
Timestamp: 2013-10-08 04:09:33 Author: abma [ Details ] [ Diff ] |
Revert "fix "requires dynamic R_X86_64_32 reloc which may overflow at runtime; recompile with -fPIC"" This reverts commit 367fddcd538b2eb98ca6bcdbfc7fcce2eb47c79e. |
||
mod - rts/System/Net/CMakeLists.txt | [ Diff ] [ File ] | ||
develop c58625ce
Timestamp: 2013-10-08 04:08:48 Author: abma [ Details ] [ Diff ] |
remove (hopefully) unused libspringserver | ||
mod - doc/changelog.txt | [ Diff ] [ File ] | ||
mod - rts/builds/dedicated/CMakeLists.txt | [ Diff ] [ File ] | ||
develop 367fddcd
Timestamp: 2013-10-08 04:01:23 Author: abma [ Details ] [ Diff ] |
fix "requires dynamic R_X86_64_32 reloc which may overflow at runtime; recompile with -fPIC" | ||
mod - rts/System/Net/CMakeLists.txt | [ Diff ] [ File ] | ||
develop 0d3b87ab
Timestamp: 2013-10-08 03:56:31 Author: rt [ Details ] [ Diff ] |
fix 0004034 | ||
mod - rts/Sim/MoveTypes/StrafeAirMoveType.cpp | [ Diff ] [ File ] | ||