Commit Graph

587 Commits

Author SHA1 Message Date
Nikolay Korolev
a9a62a8641 script fix, bomb fix, flying components fix 2019-07-17 13:24:04 +03:00
aap
36f3a517f9 more fixes; started CAutomobile::ProcessControl 2019-07-16 19:48:50 +02:00
aap
03fc85bfe0 fixed merge 2019-07-16 18:41:30 +02:00
aap
3fee2bef98
Merge pull request #137 from erorcun/erorcun
Phone, World, Ped
2019-07-16 18:31:29 +02:00
aap
9477aca836
Merge branch 'master' into erorcun 2019-07-16 18:31:18 +02:00
aap
568b3de9cc
Merge pull request #136 from Nick007J/master
RunningScript part 2
2019-07-16 18:25:46 +02:00
eray orçunus
5b394133a2 Merge branch 'master' of git://github.com/GTAmodding/re3 into erorcun 2019-07-16 17:01:49 +03:00
Nikolay Korolev
2d9ba5bb9a fix 2019-07-15 18:13:49 +03:00
eray orçunus
2c138b2b77 Phone, World, Ped 2019-07-15 15:11:40 +03:00
Nikolay Korolev
a6ca999ed4 test 2019-07-15 12:21:24 +03:00
Nikolay Korolev
5d90821a8e fix 2019-07-15 12:11:49 +03:00
Nikolay Korolev
4bfd316c4c fixed arithmetics 2019-07-14 22:59:00 +03:00
Nikolay Korolev
68d850087c Merge remote-tracking branch 'upstream/master' 2019-07-14 20:33:41 +03:00
Nikolay Korolev
e16562aa6d fixed cops 2019-07-14 15:00:36 +03:00
Nikolay Korolev
b77a9ce955 RunningScript 2. So far with bugs (cops not caring, errors in arithmetical opcodes) 2019-07-14 14:49:27 +03:00
aap
424487854b started making frontend accurate to game 2019-07-14 12:46:36 +02:00
Nikolay Korolev
be110db5c4 Merge remote-tracking branch 'upstream/master' 2019-07-14 12:49:27 +03:00
Nikolay Korolev
41dbd754de Partial RunningScript part2 2019-07-14 12:49:03 +03:00
aap
c6afa42f9b
Merge pull request #131 from gennariarmando/master
Frontend fixes.
2019-07-14 10:22:52 +02:00
Королев Николай Николаевич
5c8ae5cfa8
Merge pull request #135 from Nick007J/master
fixed policeDoesntCare
2019-07-13 19:18:27 +03:00
Nikolay Korolev
51c71fffeb fixed policeDontCare 2019-07-13 19:12:51 +03:00
aap
980b6ed4d2 little change to aspect ratio defines 2019-07-12 18:28:40 +02:00
aap
60711154ba more CWanted; added CEventList 2019-07-12 18:01:22 +02:00
_AG
7ba5f6a13a Frontend fixes.
Fix #125 #119 #105 #98 #54.
2019-07-11 23:43:37 +02:00
aap
0548476ba6 CAutomobile::ProcessControlInputs 2019-07-11 12:48:49 +02:00
Fire_Head
ad1920bc6f
Merge pull request #1 from GTAmodding/master
Merge pull request #130 from Fire-Head/master
2019-07-11 12:22:24 +03:00
aap
3e1455cc37
Merge pull request #130 from Fire-Head/master
WaterLevel
2019-07-11 09:09:21 +02:00
Fire_Head
aa449b6fe1
Merge branch 'master' into master 2019-07-11 03:48:36 +03:00
Fire-Head
d8dd649617 fixfixfix 2019-07-11 03:44:54 +03:00
Fire-Head
3225fe3b92 Merge branch 'master' of github.com:Fire-Head/re3
# Conflicts:
#	src/render/WaterLevel.cpp
#	src/render/WaterLevel.h
2019-07-11 03:40:15 +03:00
Fire-Head
565f36f4e3 waterupd 2019-07-11 03:39:20 +03:00
Fire-Head
b902abd984 water fix 2019-07-11 03:37:57 +03:00
Fire-Head
aed8218ef1 WaterLevel done 2019-07-11 03:33:28 +03:00
Fire-Head
a644c4e9ce WaterLevel done 2019-07-11 03:22:01 +03:00
aap
f35b053684
Merge pull request #129 from erorcun/erorcun
Fix CPhone crash, more functions
2019-07-10 23:10:10 +02:00
aap
f1951acd6e tried to fix CMenuManager::Process but still issues 2019-07-10 22:57:19 +02:00
eray orçunus
4f333d44a0 Fix CPhone crash, more functions 2019-07-10 23:18:22 +03:00
aap
90e093cd47 and of course the last commit didnt fix everything 2019-07-10 17:34:11 +02:00
aap
4a36d64f15 added wrappers around math functions 2019-07-10 17:18:26 +02:00
aap
80e0409d6a
Merge pull request #128 from erorcun/erorcun
Phone start, ped spinning and cop car fix, and some love to CPed
2019-07-10 15:06:08 +02:00
eray orçunus
2ef5e4cd66 Merge branch 'master' of git://github.com/GTAmodding/re3 into erorcun 2019-07-10 15:56:56 +03:00
eray orçunus
86681c6f18 Phone start, ped spinning and cop car fix, and some love to CPed
Signed-off-by: eray orçunus <erayorcunus@gmail.com>
2019-07-10 15:56:29 +03:00
aap
b14be6697b fixed COMMAND_IS_PLAYER_IN_AREA_3D 2019-07-10 14:00:10 +02:00
aap
d360229b5b fixed some stuff in frontend, badly broke others; disabled reversed frontend for the moment 2019-07-10 13:42:48 +02:00
aap
0d3cdcc01c
Merge pull request #127 from gennariarmando/master
More frontend inputs.
2019-07-10 11:08:31 +02:00
aap
50cc7c7932
Merge pull request #126 from Nick007J/master
RunningScript part 1
2019-07-10 11:06:27 +02:00
aap
1aeb34f547 CVehicle::ProcessWheel 2019-07-10 11:05:49 +02:00
_AG
5b04393bb4 More frontend inputs. 2019-07-10 10:03:06 +02:00
aap
702cd00765 more CVehicle 2019-07-09 23:49:44 +02:00
Nikolay Korolev
7174dffebc fix 2019-07-10 00:01:02 +03:00