Commit Graph

4013 Commits

Author SHA1 Message Date
a01b14f301 Fix sniper and water creatures bug, mark some files 2020-10-09 12:24:21 +03:00
70ae4b192b Merge pull request #745 from Tatsh/vscode
VS Code settings for code and debugging (Linux/macOS x64 only)
2020-10-09 10:48:58 +03:00
bbdfbe032e .vscode/settings: fix include path 2020-10-09 02:01:53 -04:00
53f6c6f8e9 .vscode/c_cpp_properties: add Linux configuration 2020-10-09 02:01:46 -04:00
9250b36431 vscode: add macOS configurations 2020-10-08 23:19:55 -04:00
324f84750b vscode: Linux: add release configurations 2020-10-08 23:14:37 -04:00
c091a5c11a CWaterCreatures 2020-10-08 19:28:31 -07:00
22c9e8b581 Fix POSIX streaming 2020-10-09 02:22:02 +03:00
ed82c55475 Fix POSIX streaming 2020-10-09 02:19:49 +03:00
570ccb7db1 Merge branch 'miami' of https://github.com/GTAmodding/re3 into new 2020-10-08 22:45:37 +03:00
b3b21e0af3 Merge pull request #756 from erorcun/miami
Fixes, some thanks to ASan
2020-10-08 22:44:32 +03:00
73a3e9d5bb Fixes, some thanks to ASan 2020-10-08 22:41:51 +03:00
b97f86deea Merge pull request #750 from erorcun/miami
Pad, BulletInfo, ProjectileInfo, fixes
2020-10-08 21:39:11 +03:00
aap
eae9e7e685 Merge pull request #755 from theR4K/miami
car wheelie fix
2020-10-08 19:50:10 +02:00
e52c5ca1bb fix for wheelie cras 2020-10-08 20:34:59 +03:00
9a10501698 Merge branch 'miami' of https://github.com/GTAmodding/re3 into miami 2020-10-08 09:31:57 -07:00
a252e3a02a update librw 2020-10-08 18:47:41 +03:00
6bae5a6031 Fix unsigned comparison in CStreaming::MakeSpaceFor(int32 size) 2020-10-08 18:45:07 +03:00
fec01aeff1 Fix some sanitizer errors, improve POSIX streamer 2020-10-08 17:58:18 +03:00
1a3e254b6c CdStreamPosix: fix type issues 2020-10-08 17:53:32 +03:00
ef9455c324 premake5: Place macosx-amd64 after arm64
Fixes xcode4 project from Premake getting the wrong target (for now).
2020-10-08 17:53:14 +03:00
2bb29a50b7 core/CdStreamPosix: switch to named semaphores to support macOS
macOS does not support unnamed semaphores. The functions return ENOSYS.
2020-10-08 17:52:12 +03:00
d590fdddf6 macOS support; thanks to @MrYadro
This should support ARM64 and x86-64.
-target flag based on information from
https://developer.apple.com/documentation/xcode/building_a_universal_macos_binary#3618377.
2020-10-08 17:51:43 +03:00
7f330bfbf9 Merge branch 'master' of https://github.com/GTAmodding/re3 2020-10-08 16:25:05 +03:00
bf98dcbc3a Merge pull request #743 from erorcun/master
Fix some sanitizer errors, improve POSIX streamer
2020-10-08 16:15:55 +03:00
3435d6656c Merge pull request #748 from theR4K/miamiUpstream
CExplosion and some audio
2020-10-08 16:15:18 +03:00
7861992fe6 CWaterCreatures 2020-10-08 05:59:08 -07:00
f5e6a3a274 Merge branch 'miami' of https://github.com/GTAmodding/re3 into miami 2020-10-07 18:07:15 -07:00
fa373c7fdb Merge branch 'miami' into miami 2020-10-08 01:29:35 +03:00
0409907438 Merge branch 'master' of https://github.com/GTAmodding/re3 2020-10-08 01:26:34 +03:00
07cdd06373 little renamings & librw update 2020-10-08 01:17:19 +03:00
8b7bf76260 Merge pull request #735 from theR4K/miami
car fly cheat enhancement
2020-10-08 00:59:10 +03:00
da39624f1c Pad, BulletInfo, ProjectileInfo, fixes 2020-10-08 00:26:24 +03:00
6556dc1fdf Merge branch 'miami' of https://github.com/GTAmodding/re3 into miami 2020-10-05 13:14:49 -07:00
556dbdcdd6 Merge branch 'master' of https://github.com/GTAmodding/re3 2020-10-05 22:18:51 +03:00
a6a1de5006 rename var 2020-10-05 19:05:13 +03:00
e3571510ae Fix build on clang 2020-10-05 17:40:44 +02:00
4fd93fea51 fix mistakes 2020-10-05 17:24:57 +03:00
e3273d7268 CExplosion done 2020-10-05 16:14:48 +03:00
6853be36c8 Merge remote-tracking branch 'upstream/master' 2020-10-05 16:10:26 +03:00
2bfb54b192 fixed darkel/replay 2020-10-05 16:09:44 +03:00
fd0602a9ac Merge branch 'miami' of https://github.com/GTAmodding/re3 into miami 2020-10-05 04:44:02 -07:00
c5a61b3d3b Merge branch 'master' of https://github.com/GTAmodding/re3 2020-10-05 14:26:42 +03:00
9db0d7bba1 Merge branch 'master' of https://github.com/GTAmodding/re3 into audioFix 2020-10-05 14:24:45 +03:00
ee27cae732 Fix Linux audio path 2020-10-05 14:23:37 +03:00
1a0b71bd47 Fix Audio 2020-10-05 14:23:12 +03:00
6f3f581d8a Fix Audio 2020-10-05 13:59:40 +03:00
5454456cb3 VS Code settings for code and debugging (Linux x64 only) 2020-10-05 04:57:21 -04:00
4867d9949d some audio and part of CExplosion 2020-10-05 03:04:35 +03:00
49ae7da5ce Fix Linux audio path 2020-10-05 01:25:56 +03:00