Wuups
c5a9514e07
remove couple useless stuff
2020-05-01 21:47:35 -05:00
Wuups
9a0ef9e977
work
2020-05-01 21:19:03 -05:00
woopstombraider
e947f290e5
Fix Lara being able to take her guns out during the forwards crawlspace exit
2020-05-01 09:55:36 -05:00
woopstombraider
184d23b9f6
Revert "Fix Lara being able to take her guns out during the forwards crawlspace exit"
...
This reverts commit f02e4bf51c
.
2020-05-01 09:53:19 -05:00
woopstombraider
f02e4bf51c
Fix Lara being able to take her guns out during the forwards crawlspace exit
2020-05-01 09:52:16 -05:00
Montagna Marco
3cf3b1d2dc
Fixed look camera; Fixed bugs with gunflashes and smoke positions;
2020-04-29 06:43:53 +02:00
Montagna Marco
46f2db3481
Merged LARA_INFO and LaraExtraInfo into LaraInfo
2020-04-27 14:01:00 +02:00
Montagna Marco
20bd242052
Started math refactoring
2020-04-25 16:23:53 +02:00
Montagna Marco
85e462f6a2
First EXE build successfully
2020-04-24 19:15:05 +02:00
Montagna Marco
4cc46789e9
Decompiled input
2020-04-23 19:22:01 +02:00
Montagna Marco
9f05715977
Decompiled level loading functions; Moved lot of vars in DLL; Added Zlib;
2020-04-22 14:12:10 +02:00
Montagna Marco
32bafa9893
PHD Math removal 1
2020-04-20 14:17:01 +02:00
asasas9500
0fafb8afdf
Fix Lara functions; Fix flare animations; Add gun type and status to diagnostics
2020-04-03 23:55:22 -03:00
asasas9500
a2fce84b72
Fix lara_col_back()
2020-03-31 21:03:28 -03:00
asasas9500
7d528c4cc2
Improve LaraHangTest(); Add lara_col_climbstnc()
2020-03-28 16:24:17 -03:00
asasas9500
ed12194a59
Uncomment ExplodeItemNode(); Remove duplicated GetClimbTrigger(); Fix LaraHangLeftCornerTest(), LaraHangRightCornerTest() and TestLaraVault(); Correct ANIM_FRAME struct definition
2020-03-27 19:27:21 -03:00
asasas9500
a5b35de898
Add LaraHangTest(); Fix LaraTestHangOnClimbWall(); Place function markers
2020-03-21 14:48:37 -03:00
Montagna Marco
631c9fb327
Decompiled ID_DEATH_SLIDE
2020-01-29 08:29:15 +01:00
asasas9500
68daee7d6a
Place function markers; Remove collision from ID_ANIMATING13, ID_ANIMATING14, ID_ANIMATING15 and ID_ANIMATING16
2020-01-27 00:13:39 -03:00
asasas9500
c00c8750cb
Replace NormalizeVector() with NormaliseRopeVector(); Fix Lara functions
2020-01-25 23:31:26 -03:00
asasas9500
8930887f8a
Move CurrentPendulum, ApplyVelocityToRope() and SetPendulumVelocity() to rope.cpp; Fix InitialiseRope(), PrepareRope() and NormaliseRopeVector(); Add rope functions
2020-01-21 12:22:52 -03:00
asasas9500
5e6a2278e4
Fix ropes
2020-01-15 22:26:49 -03:00
TokyoSU
3f3136f5c6
Updated Lara, Fixed Flycheat Speed
...
- updated GetFloorHeight() a bit.
2020-01-14 14:25:37 +01:00
TokyoSU
cd6f239e1b
Update Lot and ExtraAnims
2020-01-13 13:18:55 +01:00
Montagna Marco
41732b5cde
Decompiled bars system and possibly fixed sniper bug; Bars are now flashing when low values;
2020-01-04 13:26:22 +01:00
TokyoSU
c89394d528
Fix Swamp Flag, Added Old/New Object ID
...
- fixed swamp flag.
- fixed phd_PopDxMatrix() not being used anymore.
- deleted ENV_FLAG_SFX_ALWAYS and ENV_FLAG_PITCH_SHIFT and use the sound.h define instead.
- fixed loadlevel update progress not correct at 90%.
- updated GAME_OBJECT_ID, now you can use the new one, but TR5_DEBUG is defined by default to use the old one !
2019-12-31 14:56:02 +01:00
TokyoSU
7298149783
Swamp Flag Implementation Part 2
...
- the end part will be the camera.
2019-12-29 20:35:25 +01:00
Montagna Marco
aedd8c8ca4
Possibly fixed #90
2019-12-26 07:24:39 +01:00
asasas9500
a2af1f91cb
Fix input handling; Fix poles
2019-12-22 17:07:52 -03:00
TokyoSU
177a9c9197
Changed mgLOS to TR5 instead of using TR3 one
...
- changed mgLOS from TR3 to TR5.
- changed a bit GetTiltType() that normally return short.
- changed a bit CollideStaticObjects() and LaraBaddieCollision() to use "vector<short>" instead of "array".
- fixed GetCollidedObjects() where "collidedItems[numItems] = NULL" is called before last return.
- created GetRoomList() to get the roomList with vector or array return.
- structured some function.
2019-12-17 17:37:53 +01:00
TokyoSU
937b026d25
Revert "Improved some lara function"
...
This reverts commit dfc8023b68
.
2019-12-16 19:04:28 +01:00
TokyoSU
4570ac72c7
Revert "Fixed LaraFallen not return TRUE"
...
This reverts commit c44fccaf6a
.
2019-12-16 19:04:16 +01:00
TokyoSU
c44fccaf6a
Fixed LaraFallen not return TRUE
...
- missed return true by me :x
2019-12-16 17:17:49 +01:00
TokyoSU
dfc8023b68
Improved some lara function
2019-12-16 17:11:24 +01:00
asasas9500
c40a4fd92c
Fix hanging
2019-12-15 19:57:31 -03:00
TokyoSU
10f2f7a946
Fixed lara draw
...
- moved some think to misc.cpp
2019-12-15 19:07:38 +01:00
asasas9500
f459726b2f
Fix shimmying
2019-12-14 19:24:58 -03:00
Montagna Marco
73a6d94ea7
Fixed crawl jump out
2019-12-14 08:51:28 +01:00
TokyoSU
0bc2b14595
Fixed some think, Added zoneType feature
...
- updated:
CreatureActive()
CreatureCreature()
UpdateBox()
TargetBox()
StalkBox()
ValidBox()
EscapeBox()
InitialiseSlot()
InitialiseObjects()
- updated SearchLOT() and fixed wrong value.
- fixed hitEffect not being initialised.
- fixed some double define.
- moved lara define to constants.h.
- updated script.dat to last version, deleted the one in script folder (not used).
2019-12-13 19:00:59 +01:00
Montagna Marco
e8674b3083
Merge branch 'master' of https://github.com/MontyTRC89/TR5Main
2019-12-12 08:07:38 +01:00
Montagna Marco
eca1e115b1
Code corrections to corner climb functon
2019-12-12 07:49:02 +01:00
asasas9500
8b1aba7dbc
Fix climbing on 2 click high blocks
2019-12-12 00:07:51 -03:00
asasas9500
d619e6b35f
Fix wrong constant
2019-12-11 20:17:56 -03:00
Montagna Marco
ab41b298d8
Fixed grab on ladders
2019-12-11 22:58:03 +01:00
asasas9500
741af9d25f
Fix ItemNewRoomNo not multiplied by 2; Fix wrong quadrants and directions
2019-12-11 18:09:44 -03:00
TokyoSU
0d747de936
Updated Lara.cpp/LaraFire.cpp
...
- fixed lara gun height when crouching.
- fixed lara rotation left and right when running.
- updated some animation state.
2019-12-11 18:07:27 +01:00
Montagna Marco
094bbd5b15
Decompiled 2/3 of COLLIDE.CPP; Decompiled some rope functions; Refactoring;
2019-12-07 08:36:13 +01:00
Montagna Marco
3d5f0d7b26
Added TestLaraSlide, UpdateLaraRoom, TranslateItem, AnimateLara; Fixed partially pistols;
2019-12-04 18:51:23 +01:00
Montagna Marco
8712a01418
Merge branch 'master' of https://github.com/MontyTRC89/TR5Main
2019-12-02 18:20:17 +01:00
Montagna Marco
51fbe8bb8c
Fixed Lara ducked
2019-12-02 18:19:05 +01:00