2025-08-11 22:35 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop 3555fc7b
Timestamp: 2008-03-09 19:46:13
Author: satirik
Details ] Diff ]
- context menu glitches fixed (i hope)
- game/modhash added to the script

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5573 37977431-3df6-0310-b722-df95706aa16b
develop a8b76ba7
Timestamp: 2008-03-09 09:45:01
Author: KDR_11k
Details ] Diff ]
*Made moving sideways when in range but not shooting optional behaviour (tag strafeToAttack (bool, default false)), the behaviour fails if the unit just takes its time for aiming (or cannot shoot at all) or has any other reason not to shoot.

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5572 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Lua/LuaUnitDefs.cpp Diff ] File ]
mod - rts/Sim/Units/CommandAI/MobileCAI.cpp Diff ] File ]
mod - rts/Sim/Units/UnitDef.h Diff ] File ]
mod - rts/Sim/Units/UnitDefHandler.cpp Diff ] File ]
develop 249d0b67
Timestamp: 2008-03-09 08:35:43
Author: KDR_11k
Details ] Diff ]
*Fixed TAAirMoveType units that can't land not stopping when reaching the final waypoint.

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5571 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/MoveTypes/TAAirMoveType.cpp Diff ] File ]
develop 0917d9ed
Timestamp: 2008-03-09 00:22:42
Author: tnowell
Details ] Diff ]
- modified default settings to show the battle list at the bottom not in a tab
-updated NSIS script version number

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5570 37977431-3df6-0310-b722-df95706aa16b
develop af27c185
Timestamp: 2008-03-07 17:19:11
Author: tnowell
Details ] Diff ]
- fixed some virtual methods not being actually being virtual in IModule

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5569 37977431-3df6-0310-b722-df95706aa16b
mod - AI/Global/NTai/AI/NTai/Core/IModule.h Diff ] File ]
develop 2bfe0958
Timestamp: 2008-03-07 17:17:10
Author: tnowell
Details ] Diff ]
- cleanups

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5568 37977431-3df6-0310-b722-df95706aa16b
mod - AI/Global/NTai/AI/NTai/Core/Global.cpp Diff ] File ]
develop 4ffec01f
Timestamp: 2008-03-07 17:09:41
Author: tnowell
Details ] Diff ]
- removed ITask.h from the project file

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5567 37977431-3df6-0310-b722-df95706aa16b
mod - AI/Global/NTai/AI/AI.vcproj Diff ] File ]
develop 433be908
Timestamp: 2008-03-07 14:50:00
Author: tnowell
Details ] Diff ]
- incremented vesion numbers to beta 4.2

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5566 37977431-3df6-0310-b722-df95706aa16b
develop 28f1cd20
Timestamp: 2008-03-07 14:49:26
Author: tnowell
Details ] Diff ]
- added coloured borders on some buttons
- some label changes
- added a box in host game tab with links to downlaod glest and springIcon
- added glest and spring logos on the host page
- added (Adv) to the end of some tab and label texts
- fixed a crashbug in the register page

- other stuff that was in beta 4.1

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5565 37977431-3df6-0310-b722-df95706aa16b
develop 868ae060
Timestamp: 2008-03-06 23:56:57
Author: satirik
Details ] Diff ]
- fixed the connection time bug

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5564 37977431-3df6-0310-b722-df95706aa16b
develop a5636c5f
Timestamp: 2008-03-06 20:49:15
Author: satirik
Details ] Diff ]
- quick fix

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5563 37977431-3df6-0310-b722-df95706aa16b
develop 6b27cd91
Timestamp: 2008-03-06 20:35:10
Author: satirik
Details ] Diff ]
- Download map and mod menu added to battle context menu (but it does nothing for now)
- Add to filters ... Display/hide ... host/map/mod menu added to battle context menu
- Host player context menu added to battle context menu

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5562 37977431-3df6-0310-b722-df95706aa16b
develop 57ce4209
Timestamp: 2008-03-05 14:40:15
Author: Auswaschbar
Details ] Diff ]
* measuring of outgoing traffic for local connections, its not doubled any more
* removed the LoadMap()-function from CGameSetup, the map and mod are now always loaded by CPreGame
* the network can now send RawPackets and not only pairs of data and length
* added UnpackPacket and PackPacket, two helper classes for easy network message serialisation
* added new network message: NETMSG_GAMEDATA which replaces the NETMSG_MAP, _MOD and _SCRIPT
- its sent from the server to each client while connecting
- client will only start the game after he recieves this message
- map, mod and script-tags in the setupscript will be ignored by clients


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5561 37977431-3df6-0310-b722-df95706aa16b
mod - Documentation/Spring start.txt Diff ] File ]
mod - rts/Game/Game.cpp Diff ] File ]
add - rts/Game/GameData.cpp Diff ] File ]
add - rts/Game/GameData.h Diff ] File ]
mod - rts/Game/GameServer.cpp Diff ] File ]
mod - rts/Game/GameServer.h Diff ] File ]
mod - rts/Game/GameSetup.cpp Diff ] File ]
mod - rts/Game/GameSetup.h Diff ] File ]
mod - rts/Game/PreGame.cpp Diff ] File ]
mod - rts/Game/PreGame.h Diff ] File ]
mod - rts/Game/StartScripts/ScriptHandler.cpp Diff ] File ]
mod - rts/Game/StartScripts/ScriptHandler.h Diff ] File ]
mod - rts/System/BaseNetProtocol.cpp Diff ] File ]
mod - rts/System/BaseNetProtocol.h Diff ] File ]
mod - rts/System/Net/Connection.h Diff ] File ]
mod - rts/System/Net/LocalConnection.cpp Diff ] File ]
mod - rts/System/Net/LocalConnection.h Diff ] File ]
mod - rts/System/Net/Net.cpp Diff ] File ]
mod - rts/System/Net/Net.h Diff ] File ]
add - rts/System/Net/PackPacket.cpp Diff ] File ]
add - rts/System/Net/PackPacket.h Diff ] File ]
mod - rts/System/Net/RawPacket.cpp Diff ] File ]
mod - rts/System/Net/RawPacket.h Diff ] File ]
mod - rts/System/Net/UDPConnection.cpp Diff ] File ]
mod - rts/System/Net/UDPConnection.h Diff ] File ]
add - rts/System/Net/UnpackPacket.cpp Diff ] File ]
add - rts/System/Net/UnpackPacket.h Diff ] File ]
mod - tools/DedicatedServer/CMakeLists.txt Diff ] File ]
develop 2c41854f
Timestamp: 2008-03-05 13:29:45
Author: Auswaschbar
Details ] Diff ]
* fixed the random number generator for producing randomness in a specific range


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5560 37977431-3df6-0310-b722-df95706aa16b
mod - rts/System/UnsyncedRNG.cpp Diff ] File ]
mod - rts/System/UnsyncedRNG.h Diff ] File ]
develop f727bf5d
Timestamp: 2008-03-04 16:15:53
Author: kloot
Details ] Diff ]
make the default coldet-test discrete (in relation to Mantis 0000860)

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5559 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Units/UnitDefHandler.cpp Diff ] File ]
develop bd463f9b
Timestamp: 2008-03-04 09:19:18
Author: KDR_11k
Details ] Diff ]
*Fixed compile error under minGW by adding a space between the integer constant and the following operator.

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5558 37977431-3df6-0310-b722-df95706aa16b
mod - rts/System/creg/Serializer.cpp Diff ] File ]
develop 49794fe3
Timestamp: 2008-03-04 03:36:08
Author: kloot
Details ] Diff ]
switch to one iteration and the third initial constant suggested by Lomont

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5557 37977431-3df6-0310-b722-df95706aa16b
mod - rts/System/float3.h Diff ] File ]
develop 5439a564
Timestamp: 2008-03-04 02:51:04
Author: kloot
Details ] Diff ]
add the fast approximate reciprocal square-root function to float3

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5556 37977431-3df6-0310-b722-df95706aa16b
mod - rts/System/float3.h Diff ] File ]
develop a24176a6
Timestamp: 2008-03-04 00:13:43
Author: KDR_11k
Details ] Diff ]
*Added SyncedRead call-out GetUnitPiecePosDir(unitID, piece), this returns the global position and forward vector of the given piece (6 return values in total). The emphasis is on global, the previous call-outs only deliver relative values.

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5555 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Lua/LuaSyncedRead.cpp Diff ] File ]
mod - rts/Lua/LuaSyncedRead.h Diff ] File ]
develop f3a2e217
Timestamp: 2008-03-03 20:16:16
Author: Victor
Details ] Diff ]
* Added saving objects structure to savegame.
* Added SerializeInt for integer types serialization

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5554 37977431-3df6-0310-b722-df95706aa16b
mod - rts/System/creg/ISerializer.h Diff ] File ]
mod - rts/System/creg/STL_List.h Diff ] File ]
mod - rts/System/creg/STL_Map.h Diff ] File ]
mod - rts/System/creg/STL_Set.h Diff ] File ]
mod - rts/System/creg/Serializer.cpp Diff ] File ]
mod - rts/System/creg/Serializer.h Diff ] File ]
mod - rts/System/creg/VarTypes.cpp Diff ] File ]
mod - rts/System/creg/creg.cpp Diff ] File ]
mod - rts/System/creg/creg.h Diff ] File ]
develop 464e47d7
Timestamp: 2008-03-03 01:24:27
Author: Licho
Details ] Diff ]
fixed hole punching

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5553 37977431-3df6-0310-b722-df95706aa16b
develop 2a7d789d
Timestamp: 2008-03-02 18:45:45
Author: Victor
Details ] Diff ]
* Fixed bug - some ai builders build in factory exit.
* Added new ai value AIVAL_SCRIPT returning start script text.

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5552 37977431-3df6-0310-b722-df95706aa16b
mod - rts/ExternalAI/AICallback.cpp Diff ] File ]
mod - rts/ExternalAI/IAICallback.h Diff ] File ]
mod - rts/Game/GameSetup.cpp Diff ] File ]
mod - rts/Sim/Objects/SolidObject.cpp Diff ] File ]
mod - rts/Sim/Projectiles/WeaponProjectiles/LaserProjectile.cpp Diff ] File ]
mod - rts/System/LoadSaveHandler.cpp Diff ] File ]
develop af002105
Timestamp: 2008-03-02 15:52:16
Author: satirik
Details ] Diff ]
- lua option item description added to the option's help
- lua help msgbox display bug fixed

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5551 37977431-3df6-0310-b722-df95706aa16b
develop 408994cf
Timestamp: 2008-03-02 01:09:08
Author: kloot
Details ] Diff ]
update KAIK's rev. date

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5550 37977431-3df6-0310-b722-df95706aa16b
mod - AI/Global/KAIK-0.13/Defines.h Diff ] File ]
mod - AI/Global/KAIK-0.13/UnitTable.cpp Diff ] File ]
develop 1e1179d9
Timestamp: 2008-03-02 01:07:52
Author: kloot
Details ] Diff ]
fix the new AI callback for the GlobalAI test script

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@5549 37977431-3df6-0310-b722-df95706aa16b
mod - rts/ExternalAI/AICallback.cpp Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 550 ... 660 ... 770 ... 855 856 857 858 859 860 861 ... 880 ... 990 ... 1057 1058 1059  Next  Last