Commit graph

8102 commits

Author SHA1 Message Date
asasas9500
a12aee8e90 Fix hanging 2019-12-15 19:57:31 -03:00
TokyoSU
55e79acd22 Fixed lara draw
- moved some think to misc.cpp
2019-12-15 19:07:38 +01:00
TokyoSU
23e8e9d1f0 Now release mode is compatible 2019-12-15 16:19:01 +01:00
MontyTRC89
ee860df846 Fixed statics collision 2019-12-15 09:10:52 +01:00
asasas9500
de9e998300 Fix walking on slopes 2019-12-15 00:14:02 -03:00
asasas9500
592afda245 Fix shimmying 2019-12-14 19:24:58 -03:00
TokyoSU
4b6ffedf5e Fixed release mode
- updated AlterFloorHeight()
- fixed chunkreader.h that used "ChunkReader::" in this own class.
- fixed ChunkId::FromString() not const for str.
- fixed some renderer wrong return value that caused error.
- fixed the debug mode not using the correct directx library !
- updated project include and libs required in release mode.
- fixed Sound_CheckBASSError() not const for message.
- fixed compileXXShader not const for the path.
- reverted GetFloor() change.
2019-12-14 22:41:38 +01:00
TokyoSU
3296db8dce Added some check, added ENV_FLAG_SWAMP, Fixed some function.
updated:
GetFloor()
CreatureAnimation()
GetAITarget()
FindAITargetObject()
CreatureAIInfo()
GetCreatureMood()
CreatureMood()
CalculateTarget()
- simplified CreatureTurn().
- commented the TR5 decompiled code in CreatureTurn().
- added some check about old entity.
- added waterCreature check in CreatureAnimation, if a entity that are not waterCreature enter the water, he will be killed. (need 2 click in water to be killed)
- added the old way to check AIobject.
- added ENV_FLAG_SWAMP flags.
- fixed XZ_ROOM_SECTOR not using room argument.
- added CHECK_CLICK() macro.
- added ZONE() macro from TR5, TR3 is not correct.
- fixed rcossin_tbl[] size.
2019-12-14 18:24:06 +01:00
MontyTRC89
1003c69a3e Fixed crawl jump out 2019-12-14 08:51:28 +01:00
MontyTRC89
182d19fa1d Fixed GetTiltType; Fixed and added GetFloorHeight; 2019-12-14 08:43:34 +01:00
MontyTRC89
3d02123dd7 Fixed wrong camera position on restore game 2019-12-14 07:28:48 +01:00
asasas9500
8b87c39f84 Fix left/right climbing on ladders 2019-12-13 23:30:25 -03:00
TokyoSU
f64e962bc4 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
TokyoSU
acfd1a509b Some minor update
- moved InitialiseHair to hair.cpp.
- changed while() to for() in LoadObjects() in inventory.
- fixed INV_OBJECT_PASSPORT name (old: INV_OBJECT_PASSAPORT).
- changed objectMip to zoneType. while be used in InitialiseSlot.
- renamed usingDrawanimatingItem to use usingDrawAnimatingItem.
2019-12-13 13:52:47 +01:00
MontyTRC89
f6a4e741cd Fixed hangs 2019-12-13 10:16:01 +01:00
MontyTRC89
f03c75af82 Multiple swim fixes; Now Lara can dive from wade; 2019-12-13 07:34:44 +01:00
MontyTRC89
3ed3e47301 Fixed some water code 2019-12-12 22:06:57 +01:00
TokyoSU
21fa08f610 Fixed Wreid Shooting Stop
- Fixed #43
2019-12-12 08:47:15 +01:00
MontyTRC89
45b1d4bf70 Merge branch 'master' of https://github.com/MontyTRC89/TR5Main 2019-12-12 08:07:38 +01:00
MontyTRC89
d3eb8bbbc1 Fixed lara climb up/down 2019-12-12 08:07:09 +01:00
MontyTRC89
db137caeea Code corrections to corner climb functon 2019-12-12 07:49:02 +01:00
asasas9500
1205692558 Fix climbing on 2 click high blocks 2019-12-12 00:07:51 -03:00
asasas9500
a72e7ab396 Fix wrong constant 2019-12-11 20:17:56 -03:00
MontyTRC89
0f463ba1d2 Fixed grab on ladders 2019-12-11 22:58:03 +01:00
MontyTRC89
a09185b927 Merge branch 'master' of https://github.com/MontyTRC89/TR5Main 2019-12-11 22:30:12 +01:00
MontyTRC89
ee4db35ff7 Fixed problems with item new room 2019-12-11 22:25:26 +01:00
asasas9500
2c0ced2748 Fix ItemNewRoomNo not multiplied by 2; Fix wrong quadrants and directions 2019-12-11 18:09:44 -03:00
TokyoSU
665b31f561 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
TokyoSU
34da49aec9 Fix flare not throw if you equip weapon 2019-12-11 15:57:46 +01:00
MontyTRC89
d32562a922 Fixed savegame crash 2019-12-11 07:48:27 +01:00
MontyTRC89
54cca0249a Fixed crashes and hangs with effects; Fixed camera FOV; Downgraded to DX10.0 feature level; 2019-12-11 07:40:47 +01:00
MontyTRC89
7e8de097f1 Fixed GetFloor, GetChange; Disabled GetCollisionInfo (bugged); Fixed signed char in FLOOR_INFO; 2019-12-10 18:25:48 +01:00
MontyTRC89
a0e63d4227 Decompled KillMoveItems, KillMoveEffects, GetChange, AlterFloorHeight, GetFloor, CheckNoColFloorTriangle, CheckNoColCeilingTriangle 2019-12-08 19:01:57 +01:00
MontyTRC89
09cab57f9d Decompiled LaraBaddieCollision 2019-12-08 08:01:55 +01:00
MontyTRC89
40a7fd3d02 Decompiled GetCollisionInfo 2019-12-08 07:38:22 +01:00
MontyTRC89
9540cdab3e Decompiled TestBoundsCollide and CreatureCollision 2019-12-07 09:51:50 +01:00
MontyTRC89
7ab4770c74 Merge branch 'master' of https://github.com/MontyTRC89/TR5Main 2019-12-07 08:55:56 +01:00
MontyTRC89
8eef24ec71 Decompiled 2/3 of COLLIDE.CPP; Decompiled some rope functions; Refactoring; 2019-12-07 08:36:13 +01:00
TokyoSU
8e148277bf Added Entity
- Lara Evil (Atlantis Version)
- Natla and Evil Natla.
- Larson and Pierre (TR1)
- Raptor (TR1)
2019-12-06 15:26:18 +01:00
TokyoSU
7432353bed Restructured the Entity Files
- Moved GetWaterSurface to Control.cpp.
- Added mineL/mineR in LaraExtraInfo.
2019-12-05 17:35:57 +01:00
MontyTRC89
b1d523420e Improved Lara swim and surface 2019-12-05 07:23:30 +01:00
MontyTRC89
ef974c99cb Merge branch 'master' of https://github.com/MontyTRC89/TR5Main 2019-12-04 18:54:29 +01:00
MontyTRC89
18dcfa8053 Added TestLaraSlide, UpdateLaraRoom, TranslateItem, AnimateLara; Fixed partially pistols; 2019-12-04 18:51:23 +01:00
TokyoSU
ec169ec070 Added the ID_XX from TR3 (only entity)
- moved some code.
- added a ruleset to normally hide some bothersome warnings.
- uncommented the CustomObjects() code :)
2019-12-04 16:12:53 +01:00
TokyoSU
2c3fbae02f Decompiled InitialiseHair() and InitialiseSpecialEffects()
- added macro for getting mesh: MESHES(slot, mesh).
- fixed duplicate array in vars.h.
- fixed lara left hand flare mesh.
2019-12-04 13:20:21 +01:00
TokyoSU
739abed6b3 Fix double PITCH_SHIFT define and use WeaponTypes instead of define for Weapons[] size 2019-12-03 15:08:35 +01:00
TokyoSU
21a982f473 Fixed Left Arm (AimWeapon) and some size fix in TriggerGunSmoke 2019-12-03 14:58:00 +01:00
TokyoSU
2ac784c932 Fixed Right pistol undraw & Fixed pistol mesh when draw & undraw 2019-12-03 13:53:17 +01:00
MontyTRC89
682f81cae6 Partially fixed pistols 2019-12-02 19:36:35 +01:00
MontyTRC89
d9715a3777 Merge branch 'master' of https://github.com/MontyTRC89/TR5Main 2019-12-02 18:20:17 +01:00