Changesets: spring
develop 84de8e2e
Timestamp: 2007-07-13 21:35:01 Author: tvo [ Details ] [ Diff ] |
* Don't show 'Waiting for connections' in local demo playback. * Don't give 'Server: Warning got playername msg from .. claiming to be from ..' messages if you type something in a local demo playback. * Don't record a demo if you are hosting a demo. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3924 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
mod - rts/System/NetProtocol.cpp | [ Diff ] [ File ] | ||
develop 6a89da4a
Timestamp: 2007-07-13 20:59:40 Author: tvo [ Details ] [ Diff ] |
* Change some useless code: - comparing for equality using (x - y) == 0 -> x == y - if (condition) return true; else return false; -> return condition; * Fix overflow in local connection in all local demo playback modes. * Fix potential bugs / make code a little more defensive. * Give warning if archive can not be found in CArchiveScanner::GetArchiveChecksum. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3923 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/PreGame.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/ArchiveScanner.cpp | [ Diff ] [ File ] | ||
mod - rts/System/LocalConnection.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Main.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Net.cpp | [ Diff ] [ File ] | ||
mod - rts/System/NetProtocol.cpp | [ Diff ] [ File ] | ||
mod - rts/System/RemoteConnection.cpp | [ Diff ] [ File ] | ||
develop f6885db2
Timestamp: 2007-07-13 15:11:23 Author: tvo [ Details ] [ Diff ] |
* Fix 'Server: Warning got syncresponse msg from 0 claiming to be...' spam when replaying demos. * Fix 'Somebody tried to read from empty connection 1' errors when replaying non-gameSetup demos. * Fix host 'losing connection' (and being set to inactive) when replaying non-gameSetup demos. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3922 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
develop 46e9e7b7
Timestamp: 2007-07-13 11:17:16 Author: Victor [ Details ] [ Diff ] |
* Fixed bug in KAI Buildup * Fixed bug in KAI Coverage handler git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3921 37977431-3df6-0310-b722-df95706aa16b |
||
mod - AI/Global/KAI-0.22/BuildUp.cpp | [ Diff ] [ File ] | ||
mod - AI/Global/KAI-0.22/CoverageHandler.cpp | [ Diff ] [ File ] | ||
develop 78224c04
Timestamp: 2007-07-13 10:27:33 Author: Victor [ Details ] [ Diff ] |
* Moved new CUnit properties to reserved space(for saves compatibly - rev 3918 saves now works) * Fixed VS8 error: blocks nested too deeply git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3920 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/Unit.cpp | [ Diff ] [ File ] | ||
develop 2058822c
Timestamp: 2007-07-13 04:44:23 Author: trepan [ Details ] [ Diff ] |
* Added CUnit::travel and CUnit::travelPeriod (accumulated unit distance and fmodf() control value) * Added Spring.GetUnitTravel() and Spring.SetUnitTravel() lua call-outs * Added the table format for lua material texture specification * Removed hit sphere when drawing individual lua LOD'ed raw units * Added 'shadowDensity' param to Spring.GetSun() * Reset unit lod counts during team changes (was causing segvs) * Inverted the /lodscale values (now '/lodscale 0' disables lod'ing, probably easier to remember) * Fixed an old bug in CLuaUI::GetLuaCmdDescList() (and switched to the cleaner for loop parsing style) * Changed to glPushAttrib()/glPopAttrib() for UnitDrawer.cpp/DrawBins() (the cloaked and reflection passes still are not properly handled) * Changed some table.getn() calls to the lua 5.1 '#' syntax * Added proper handling of engine fps rendering in gui_fps.lua * Removed the comments from gui_hilight_unit.lua, and added unit IDs when META is pressed, and cheating is enabled (silly convenience) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3919 37977431-3df6-0310-b722-df95706aa16b |
||
mod - game/LuaUI/Widgets/camera_ctrl.lua | [ Diff ] [ File ] | ||
mod - game/LuaUI/Widgets/gui_fps.lua | [ Diff ] [ File ] | ||
mod - game/LuaUI/Widgets/gui_hilight_unit.lua | [ Diff ] [ File ] | ||
mod - game/LuaUI/Widgets/ico_customicons.lua | [ Diff ] [ File ] | ||
mod - game/LuaUI/actions.lua | [ Diff ] [ File ] | ||
mod - game/LuaUI/loadmodel.lua | [ Diff ] [ File ] | ||
mod - game/LuaUI/selector.lua | [ Diff ] [ File ] | ||
mod - game/LuaUI/widgets.lua | [ Diff ] [ File ] | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/LuaUI.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaHandle.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaOpenGL.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaSyncedCtrl.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaSyncedCtrl.h | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaSyncedRead.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaSyncedRead.h | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaUnitRendering.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/UnitModels/UnitDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/ScriptMoveType.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/Unit.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/Unit.h | [ Diff ] [ File ] | ||
develop 1b404d03
Timestamp: 2007-07-12 19:43:45 Author: Victor [ Details ] [ Diff ] |
Fixed error in LosHandler git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3918 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Misc/LosHandler.cpp | [ Diff ] [ File ] | ||
develop 60320295
Timestamp: 2007-07-12 18:49:12 Author: tvo [ Details ] [ Diff ] |
* Fix "unknown net message in read ahead" spam if NETMSG_AICOMMANDS is sent. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3917 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
develop 73c2e9cf
Timestamp: 2007-07-12 16:17:43 Author: trepan [ Details ] [ Diff ] |
* _Fixed_ VS8 error? ;-) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3916 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Lua/LuaMaterial.h | [ Diff ] [ File ] | ||
develop c4c049ad
Timestamp: 2007-07-12 15:02:55 Author: Victor [ Details ] [ Diff ] |
Fixed modName/modArchive bug (breaks save/load) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3915 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/PreGame.cpp | [ Diff ] [ File ] | ||
develop aca97adf
Timestamp: 2007-07-12 13:43:14 Author: Victor [ Details ] [ Diff ] |
Note to trepan git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3914 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Lua/LuaMaterial.h | [ Diff ] [ File ] | ||
develop b616efdd
Timestamp: 2007-07-12 13:33:29 Author: Victor [ Details ] [ Diff ] |
* Added creg directive CR_RESERVED (for use in CR_REG_METADATA) * Added reserved(CR_RESERVED) space at end of classes for compatibility minor changes git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3913 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/Player.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/Team.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/WaitCommandsAI.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/command.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/Feature.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/FeatureHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/Wind.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/AirMoveType.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/MoveType.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/ScriptMoveType.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/TAAirMoveType.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/groundmovetype.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Objects/SolidObject.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Objects/WorldObject.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/BeamLaserProjectile.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/FireBallProjectile.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/FlameProjectile.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/LargeBeamLaserProjectile.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/LaserProjectile.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/LightingProjectile.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/MissileProjectile.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/PieceProjectile.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/ProjectileHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/RepulseGfx.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/ShieldPartProjectile.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/StarburstProjectile.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/TorpedoProjectile.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/WeaponProjectile.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/WreckProjectile.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/AirCAI.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/BuilderCAI.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/CommandAI.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/FactoryCAI.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/MobileCAI.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/TransportCAI.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/Unit.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitTypes/Builder.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitTypes/Building.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitTypes/ExtractorBuilding.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitTypes/Factory.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitTypes/TransportUnit.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/BeamLaser.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/Cannon.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/DGunWeapon.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/EmgCannon.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/FlameThrower.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/LaserCannon.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/LightingCannon.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/MeleeWeapon.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/MissileLauncher.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/PlasmaRepulser.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/Rifle.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/StarburstLauncher.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/TorpedoLauncher.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/Weapon.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/bombdropper.cpp | [ Diff ] [ File ] | ||
mod - rts/System/GlobalStuff.cpp | [ Diff ] [ File ] | ||
mod - rts/System/LoadSaveHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/creg/creg.h | [ Diff ] [ File ] | ||
develop 806c54dc
Timestamp: 2007-07-12 02:27:12 Author: trepan [ Details ] [ Diff ] |
* Note to Victor git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3912 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Lua/LuaMaterial.h | [ Diff ] [ File ] | ||
develop f12255b7
Timestamp: 2007-07-12 02:12:13 Author: trepan [ Details ] [ Diff ] |
* Added 'endgraph' entry git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3911 37977431-3df6-0310-b722-df95706aa16b |
||
mod - Documentation/cmds.txt | [ Diff ] [ File ] | ||
develop 72c68cd3
Timestamp: 2007-07-12 02:11:08 Author: trepan [ Details ] [ Diff ] |
* Added 'fps' and 'fpshud' entries - fps = frames per seconds indicator (without the extra debug info) - fps = first person shooter unit display toggle git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3910 37977431-3df6-0310-b722-df95706aa16b |
||
mod - Documentation/cmds.txt | [ Diff ] [ File ] | ||
develop 28d759d7
Timestamp: 2007-07-12 02:08:23 Author: trepan [ Details ] [ Diff ] |
* Documented new commands git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3909 37977431-3df6-0310-b722-df95706aa16b |
||
mod - Documentation/cmds.txt | [ Diff ] [ File ] | ||
develop 3510f78c
Timestamp: 2007-07-12 01:00:53 Author: tvo [ Details ] [ Diff ] |
* Initialize modName properly, so modInfo->modName will later have correct value, so there won't be an mod-checksums-differ error. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3908 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/PreGame.cpp | [ Diff ] [ File ] | ||
develop 54b5eefe
Timestamp: 2007-07-11 23:47:15 Author: tvo [ Details ] [ Diff ] |
* Some debug messages * Minor fix (hopefully) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3907 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/FileSystem/ArchiveScanner.cpp | [ Diff ] [ File ] | ||
mod - rts/System/NetProtocol.cpp | [ Diff ] [ File ] | ||
develop c1efd21c
Timestamp: 2007-07-11 23:20:45 Author: tvo [ Details ] [ Diff ] |
* Signed/unsignedness fixes. * NETMSG_HELLO must still be thrown away by CGame/CGameServer/CPreGame. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3906 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/PreGame.cpp | [ Diff ] [ File ] | ||
mod - rts/System/NetProtocol.h | [ Diff ] [ File ] | ||
mod - rts/System/RemoteConnection.cpp | [ Diff ] [ File ] | ||
mod - rts/System/RemoteConnection.h | [ Diff ] [ File ] | ||
develop efcd28f6
Timestamp: 2007-07-11 21:07:43 Author: tvo [ Details ] [ Diff ] |
* typo git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3900 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
develop 80e3c50c
Timestamp: 2007-07-11 21:06:59 Author: tvo [ Details ] [ Diff ] |
* Rebuild luaui.nsh to fix installer build errors. * Make make_luaui_nsh.py a bit more lazy people proof by trying ../game too. * Reset sync checksum only every approx. 2.5 game minutes, so the sync messages are somewhat more consistent.. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3899 37977431-3df6-0310-b722-df95706aa16b |
||
mod - installer/make_luaui_nsh.py | [ Diff ] [ File ] | ||
mod - installer/sections/luaui.nsh | [ Diff ] [ File ] | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
develop 620924e6
Timestamp: 2007-07-11 18:28:12 Author: Victor [ Details ] [ Diff ] |
Fixed VS8 errors git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3898 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/Camera.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaMaterial.h | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaUnitRendering.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaVFS.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/UnitModels/UnitDrawer.cpp | [ Diff ] [ File ] | ||
develop d2c66806
Timestamp: 2007-07-11 06:51:45 Author: trepan [ Details ] [ Diff ] |
* Fixed RegisterGlobal() git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3897 37977431-3df6-0310-b722-df95706aa16b |
||
mod - game/LuaUI/widgets.lua | [ Diff ] [ File ] | ||
develop d467457d
Timestamp: 2007-07-11 03:18:36 Author: trepan [ Details ] [ Diff ] |
* Oops, don't assume the buildbot is even close to SVN status :-) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3896 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/Demo.cpp | [ Diff ] [ File ] | ||
develop 8d5a24a5
Timestamp: 2007-07-11 03:10:46 Author: trepan [ Details ] [ Diff ] |
* Blind-coded fix for the _mktemp()/WIN32 error git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3895 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/Demo.cpp | [ Diff ] [ File ] | ||