This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
0ad
Watch
1
Star
0
Fork
2
You've already forked 0ad
mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced
2026-07-10 08:56:53 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
01ff2fdf3b6bea019914b85f6e47a9c9bb86be88
0ad
/
source
/
simulation
T
History
pyrolink
b781c898df
Fixed ugly run bug
...
This was SVN commit r3349.
2006-01-10 04:39:11 +00:00
..
scripting
…
Aura.cpp
Lots of fixes for the Linux build:
2005-12-17 22:00:54 +00:00
Aura.h
Added C++ code for auras. Some things that still need to be implemented are:
2005-12-13 08:05:30 +00:00
BaseEntity.cpp
Added run order (if applicable, the unit will use the run animation and speed for movement, otherwise walk is used). If the unit's run speed is more than 0 and the target is within the run action's range, it will run instead of walk.
2006-01-05 06:13:31 +00:00
BaseEntity.h
Added run order (if applicable, the unit will use the run animation and speed for movement, otherwise walk is used). If the unit's run speed is more than 0 and the target is within the run action's range, it will run instead of walk.
2006-01-05 06:13:31 +00:00
BaseEntityCollection.cpp
…
BaseEntityCollection.h
…
BoundingObjects.cpp
…
BoundingObjects.h
…
Collision.cpp
Added a "collision patch" system that groups entities into a grid on top of the map to make aura checking and collision detection faster.
2005-12-16 05:35:26 +00:00
Collision.h
Added a "collision patch" system that groups entities into a grid on top of the map to make aura checking and collision detection faster.
2005-12-16 05:35:26 +00:00
Entity.cpp
Fixed up running and notifications.
2006-01-08 08:25:11 +00:00
Entity.h
Fixed up running and notifications.
2006-01-08 08:25:11 +00:00
EntityHandles.cpp
…
EntityHandles.h
…
EntityManager.cpp
- Added pause game functionality.
2006-01-02 03:07:29 +00:00
EntityManager.h
(see EntityManger.cpp log)
2005-12-29 04:58:41 +00:00
EntityMessage.h
…
EntityOrders.h
Fixed up running and notifications.
2006-01-08 08:25:11 +00:00
EntityPredicate.h
…
EntityProperties.cpp
…
EntityProperties.h
…
EntityStateProcessing.cpp
Fixed ugly run bug
2006-01-10 04:39:11 +00:00
EntitySupport.h
- Added pause game functionality.
2006-01-02 03:07:29 +00:00
EventHandlers.cpp
Fixed up running and notifications.
2006-01-08 08:25:11 +00:00
EventHandlers.h
Fixed up running and notifications.
2006-01-08 08:25:11 +00:00
LOSManager.cpp
Terrain, Interact, LOSManager, Atlas, etc: Fixed some off-by-one and off-by-FLT_EPSILON problems with objects near/off the edge of the map. Also changed some model.GetBounds().GetCentre() into model.GetTransform().GetTranslation() to fix off-by-centre-of-bounds-minus-position problems. Thus, you can no longer make units in Atlas disappear off the edge and never be seen or selected again. Also changed out-of-bounds LOS value to make them visible if they somehow escape anyway. Also fixed out-of-bounds access of terrain heightmap.
2005-12-09 01:08:08 +00:00
LOSManager.h
…
PathfindEngine.cpp
Generic orders source commit. Also includes a fix to the animation bug where one frame of "idle" is played at the end of each cycle, and an enhancement to the entity script loading code to only load each script file once, which should save loading time and also allow script files to behave in a more logical way (e.g. no redeclaration errors when you have a constant).
2005-12-29 08:42:44 +00:00
PathfindEngine.h
Generic orders source commit. Also includes a fix to the animation bug where one frame of "idle" is played at the end of each cycle, and an enhancement to the entity script loading code to only load each script file once, which should save loading time and also allow script files to behave in a more logical way (e.g. no redeclaration errors when you have a constant).
2005-12-29 08:42:44 +00:00
PathfindSparse.cpp
…
PathfindSparse.h
…
Projectile.cpp
Terrain, Interact, LOSManager, Atlas, etc: Fixed some off-by-one and off-by-FLT_EPSILON problems with objects near/off the edge of the map. Also changed some model.GetBounds().GetCentre() into model.GetTransform().GetTranslation() to fix off-by-centre-of-bounds-minus-position problems. Thus, you can no longer make units in Atlas disappear off the edge and never be seen or selected again. Also changed out-of-bounds LOS value to make them visible if they somehow escape anyway. Also fixed out-of-bounds access of terrain heightmap.
2005-12-09 01:08:08 +00:00
Projectile.h
…
Scheduler.cpp
Added support for cancelling a timeout or interval set using setTimeout/setInterval, which is used by the infidelity aura.
2005-12-18 07:33:16 +00:00
Scheduler.h
Removed a compile warning and changed scheduler's "tasks to cancel" set to a hash set.
2005-12-18 07:41:02 +00:00
ScriptObject.cpp
…
ScriptObject.h
…
Simulation.cpp
Generic orders source commit. Also includes a fix to the animation bug where one frame of "idle" is played at the end of each cycle, and an enhancement to the entity script loading code to only load each script file once, which should save loading time and also allow script files to behave in a more logical way (e.g. no redeclaration errors when you have a constant).
2005-12-29 08:42:44 +00:00
Simulation.h
…
TurnManager.cpp
…
TurnManager.h
…