2025-08-13 03:11 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop 98252622
Timestamp: 2008-04-02 19:44:09
Author: Auswaschbar
Details ] Diff ]
* fix malformed desync-message


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5648 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/Server/MsgStrings.h Diff ] File ]
develop fe6c1e4c
Timestamp: 2008-04-02 16:12:37
Author: kloot
Details ] Diff ]
apply patch by Flaamwing fixing Mantis 0000881

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5647 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Units/CommandAI/BuilderCAI.cpp Diff ] File ]
develop 82fcd654
Timestamp: 2008-04-02 15:00:27
Author: Auswaschbar
Details ] Diff ]
* added FixedAllies-callout to Lua interface


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5646 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Lua/LuaSyncedRead.cpp Diff ] File ]
mod - rts/Lua/LuaSyncedRead.h Diff ] File ]
develop d88dc050
Timestamp: 2008-04-02 14:09:26
Author: Auswaschbar
Details ] Diff ]
* chat messages now carry a destination field
* prefixes in chat messages ("a:", "s:") are filtered out before sending over network,
the destination field is filled in for you
New command: w (for whisper) - private chat (disabled for spectators)



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5645 37977431-3df6-0310-b722-df95706aa16b
add - rts/Game/ChatMessage.cpp Diff ] File ]
add - rts/Game/ChatMessage.h Diff ] File ]
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/Game.h Diff ] File ]
mod - rts/Game/GameServer.cpp Diff ] File ]
mod - rts/Game/GameServer.h Diff ] File ]
mod - rts/System/BaseNetProtocol.cpp Diff ] File ]
mod - rts/System/BaseNetProtocol.h Diff ] File ]
mod - rts/System/GlobalStuff.cpp Diff ] File ]
mod - rts/System/GlobalStuff.h Diff ] File ]
develop 2201ce0e
Timestamp: 2008-04-02 13:32:32
Author: Auswaschbar
Details ] Diff ]
* fix autocompletition for new command syntax


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5644 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/WordCompletion.cpp Diff ] File ]
develop 277725ca
Timestamp: 2008-04-02 02:24:50
Author: kloot
Details ] Diff ]
relocate the can-we-build-it check for mobile builders, so they don't move
all the way to the construction site before telling the player that they
can't build something


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5643 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Units/CommandAI/BuilderCAI.cpp Diff ] File ]
develop 42f3e50f
Timestamp: 2008-04-02 01:03:46
Author: kloot
Details ] Diff ]
grey out the buildpics of restricted units (instead of removing them)

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5642 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/UI/GuiHandler.cpp Diff ] File ]
mod - rts/Sim/Units/UnitDefHandler.cpp Diff ] File ]
develop adf1ebf0
Timestamp: 2008-04-01 20:57:47
Author: Auswaschbar
Details ] Diff ]
* added publish-subscribe-modell for actions
* added class to send actions over network and migrate all synced actions
COMMAND CHANGE: .cheat, .give, .luarules, .kick etc. becomes /cheat, /give ...
* skip shows the game isntead the progressbar, but it doesn't unsync
* new command: "/commands" shows all registered commands in the console



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5641 37977431-3df6-0310-b722-df95706aa16b
add - rts/Game/Action.cpp Diff ] File ]
add - rts/Game/Action.h Diff ] File ]
mod - rts/Game/CameraHandler.cpp Diff ] File ]
mod - rts/Game/CameraHandler.h Diff ] File ]
add - rts/Game/CommandMessage.cpp Diff ] File ]
add - rts/Game/CommandMessage.h Diff ] File ]
add - rts/Game/Console.cpp Diff ] File ]
add - rts/Game/Console.h Diff ] File ]
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/Game.h Diff ] File ]
mod - rts/Game/GameServer.cpp Diff ] File ]
mod - rts/Game/GameServer.h Diff ] File ]
mod - rts/Game/Server/MsgStrings.h Diff ] File ]
mod - rts/Game/UI/GuiHandler.cpp Diff ] File ]
mod - rts/Game/UI/GuiHandler.h Diff ] File ]
mod - rts/Game/UI/KeyBindings.cpp Diff ] File ]
mod - rts/Game/UI/KeyBindings.h Diff ] File ]
mod - rts/Game/UI/LuaUI.cpp Diff ] File ]
mod - rts/System/BaseNetProtocol.cpp Diff ] File ]
mod - rts/System/BaseNetProtocol.h Diff ] File ]
mod - rts/System/DemoReader.cpp Diff ] File ]
mod - rts/System/DemoReader.h Diff ] File ]
mod - rts/System/Net/Net.cpp Diff ] File ]
mod - rts/System/Net/Net.h Diff ] File ]
mod - tools/DedicatedServer/CMakeLists.txt Diff ] File ]
develop 1898ad51
Timestamp: 2008-04-01 16:07:07
Author: tvo
Details ] Diff ]
* Font rendering system overhaul, patch by eriatarka.
http://spring.clan-sy.com/phpbb/viewtopic.php?t=13808


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5640 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/PreGame.cpp Diff ] File ]
mod - rts/Game/UI/CursorIcons.cpp Diff ] File ]
mod - rts/Game/UI/EndGameBox.cpp Diff ] File ]
mod - rts/Game/UI/GameInfo.cpp Diff ] File ]
mod - rts/Game/UI/GameSetupDrawer.cpp Diff ] File ]
mod - rts/Game/UI/GuiHandler.cpp Diff ] File ]
mod - rts/Game/UI/InfoConsole.cpp Diff ] File ]
mod - rts/Game/UI/LuaUI.cpp Diff ] File ]
mod - rts/Game/UI/OutlineFont.cpp Diff ] File ]
mod - rts/Game/UI/OutlineFont.h Diff ] File ]
mod - rts/Game/UI/ProfileDrawer.cpp Diff ] File ]
mod - rts/Game/UI/QuitBox.cpp Diff ] File ]
mod - rts/Game/UI/ResourceBar.cpp Diff ] File ]
mod - rts/Game/UI/ShareBox.cpp Diff ] File ]
mod - rts/Game/UI/StartPosSelecter.cpp Diff ] File ]
mod - rts/Game/UI/TooltipConsole.cpp Diff ] File ]
mod - rts/Lua/LuaOpenGL.cpp Diff ] File ]
mod - rts/Rendering/GL/glList.cpp Diff ] File ]
mod - rts/Rendering/InMapDraw.cpp Diff ] File ]
mod - rts/Rendering/UnitModels/UnitDrawer.cpp Diff ] File ]
mod - rts/Rendering/glFont.cpp Diff ] File ]
mod - rts/Rendering/glFont.h Diff ] File ]
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
mod - rts/System/GlobalStuff.cpp Diff ] File ]
mod - rts/System/GlobalStuff.h Diff ] File ]
mod - rts/System/Main.cpp Diff ] File ]
mod - rts/System/SpringApp.cpp Diff ] File ]
mod - rts/System/UnsyncedRNG.cpp Diff ] File ]
develop 9ac23722
Timestamp: 2008-04-01 15:47:07
Author: satirik
Details ] Diff ]
- limited utf8 support, every output commands are sent in utf8 format, every input commands are utf8decoded, the interface only supports utf8 in chat, few commands (like /msg etc) and battle description ... more to come
- /hook optionalparam and /quit msg added for aegis lobby server

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5639 37977431-3df6-0310-b722-df95706aa16b
develop 913e4134
Timestamp: 2008-04-01 10:25:01
Author: tvo
Details ] Diff ]
* Don't crash at startup if glBlendEquation is NULL.
* Don't read "drag" from unit TDF, it is being overwritten anyway
for anything having maxAcc != 0 and maxSpeed != 0, and aircraft
with maxAcc == 0 or maxSpeed == 0 don't need drag, I suppose.
* Fix division by zero detection in CAirMoveType::SetMaxSpeed.


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5638 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Lua/LuaOpenGL.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/AirMoveType.cpp Diff ] File ]
mod - rts/Sim/Units/UnitDefHandler.cpp Diff ] File ]
develop b6f24f36
Timestamp: 2008-04-01 09:58:14
Author: tvo
Details ] Diff ]
* Formatting changes only.

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5637 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/MoveTypes/AirMoveType.cpp Diff ] File ]
develop 797e8e09
Timestamp: 2008-03-31 20:29:50
Author: satirik
Details ] Diff ]
- fixed the sort by avg players rank

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5636 37977431-3df6-0310-b722-df95706aa16b
develop b5fb8341
Timestamp: 2008-03-31 19:48:33
Author: satirik
Details ] Diff ]
- AVG Player Rank column added to battle list

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5635 37977431-3df6-0310-b722-df95706aa16b
develop 7447b6cb
Timestamp: 2008-03-31 17:43:30
Author: kloot
Details ] Diff ]
fix a SEGV owing to the clumsy dynamic casting

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5634 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Rendering/UnitModels/3DModelParser.cpp Diff ] File ]
mod - rts/Rendering/UnitModels/UnitDrawer.cpp Diff ] File ]
develop f73c1461
Timestamp: 2008-03-31 16:58:50
Author: kloot
Details ] Diff ]
...

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5633 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Units/UnitDefHandler.cpp Diff ] File ]
mod - rts/Sim/Units/UnitLoader.cpp Diff ] File ]
develop 607ed0fe
Timestamp: 2008-03-31 16:56:39
Author: kloot
Details ] Diff ]
oops

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5632 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Units/CommandAI/BuilderCAI.cpp Diff ] File ]
mod - rts/Sim/Units/CommandAI/MobileCAI.cpp Diff ] File ]
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
mod - rts/Sim/Units/UnitDefHandler.cpp Diff ] File ]
mod - rts/Sim/Units/UnitLoader.cpp Diff ] File ]
develop ce43cddc
Timestamp: 2008-03-31 16:50:52
Author: kloot
Details ] Diff ]
factor out all the Draw*() OGL functions from CUnit
and place them in CUnitDrawer as pseudo-statics that
operate on a CUnit instance (cleaner code, but maybe
not as observant of OO principles)


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5631 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Lua/LuaOpenGL.cpp Diff ] File ]
mod - rts/Rendering/UnitModels/UnitDrawer.cpp Diff ] File ]
mod - rts/Rendering/UnitModels/UnitDrawer.h Diff ] File ]
mod - rts/Sim/Features/Feature.cpp Diff ] File ]
mod - rts/Sim/Features/Feature.h Diff ] File ]
mod - rts/Sim/Features/FeatureHandler.cpp Diff ] File ]
mod - rts/Sim/Objects/SolidObject.cpp Diff ] File ]
mod - rts/Sim/Objects/SolidObject.h Diff ] File ]
mod - rts/Sim/Objects/WorldObject.h Diff ] File ]
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
mod - rts/Sim/Units/Unit.h Diff ] File ]
develop c40965a2
Timestamp: 2008-03-31 13:14:13
Author: Auswaschbar
Details ] Diff ]
* check the allyTeam parameter in NETMSG_ALLIANCE to prevent overflows / hacks


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5630 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/Game.cpp Diff ] File ]
develop e7a00b33
Timestamp: 2008-03-31 12:54:20
Author: Auswaschbar
Details ] Diff ]
* change ally / unally syntax to "ally x [0|1]"


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5629 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/Game.cpp Diff ] File ]
develop e404cdf5
Timestamp: 2008-03-30 21:53:26
Author: satirik
Details ] Diff ]
- changed TEdit in TSpTBXEdit and TRichEdit in TTntRichEdit for the chat in both battle screen and main form
- updated download links to http://spring.jobjol.nl/ (search form, auto redirect if you don't have the mod or map etc) i took that site because it has the most features
- changed the ladder rules download to use the new allrules.php script which is much faster than the previous way (1s instead of 10 to download the ladder list)

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5628 37977431-3df6-0310-b722-df95706aa16b
develop 3c7b5247
Timestamp: 2008-03-30 19:51:59
Author: kloot
Details ] Diff ]
remove some redundant #include's

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5627 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Projectiles/FireProjectile.cpp Diff ] File ]
mod - rts/Sim/Projectiles/PieceProjectile.cpp Diff ] File ]
develop 8ddb4b94
Timestamp: 2008-03-30 19:48:37
Author: kloot
Details ] Diff ]
speed up the SMF map renderer

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5626 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Map/SMF/BFGroundDrawer.cpp Diff ] File ]
mod - rts/Map/SMF/BFGroundDrawer.h Diff ] File ]
mod - rts/Map/SMF/BFGroundTextures.cpp Diff ] File ]
mod - rts/Map/SMF/BFGroundTextures.h Diff ] File ]
develop bd2720e4
Timestamp: 2008-03-30 18:44:49
Author: Licho
Details ] Diff ]
added map and mod limiting

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5625 37977431-3df6-0310-b722-df95706aa16b
develop 839564d4
Timestamp: 2008-03-29 18:13:38
Author: Auswaschbar
Details ] Diff ]
* enable ingame alliances


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5624 37977431-3df6-0310-b722-df95706aa16b
mod - Documentation/Spring start.txt Diff ] File ]
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/GameServer.cpp Diff ] File ]
mod - rts/Game/GameSetup.cpp Diff ] File ]
mod - rts/Game/GameSetupData.h Diff ] File ]
mod - rts/System/BaseNetProtocol.cpp Diff ] File ]
mod - rts/System/BaseNetProtocol.h Diff ] File ]
mod - rts/System/DemoRecorder.cpp Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 550 ... 660 ... 770 ... 852 853 854 855 856 857 858 ... 880 ... 990 ... 1057 1058 1059  Next  Last