Anonymous Maarten
22437f9f25
rwcore: convert windows wide string to ACP (active code page)
2018-08-16 20:26:49 +02:00
Anonymous Maarten
c0f11c2935
rwgame: fix profiling
2018-08-16 18:31:31 +02:00
Anonymous Maarten
089ab58717
rwcore: casts needs <string> include
2018-08-15 22:53:34 +02:00
Anonymous Maarten
9dc9ce27a8
ci: pack artifact depending of configuration
2018-08-15 22:53:34 +02:00
Anonymous Maarten
80e1dfee1f
ci: fail when tests fail
...
Downside is that failed test will not push artifacts
2018-08-15 22:53:34 +02:00
Anonymous Maarten
2bc1f560dd
cmake: CHECK_INCLUDES -> CHECK_IWYU
2018-08-15 22:53:34 +02:00
Anonymous Maarten
fa1ff787e5
ci: add debug build
2018-08-15 22:53:34 +02:00
Anonymous Maarten
7eab14bee0
conan: update + latest versions
2018-08-15 22:53:32 +02:00
Filip Gawin
884e035602
Fix opcode_03e5
...
https://github.com/Lighnat0r/GTA-III-SCM-Converted/blob/master/
02_wanted.sc
As you can see there's no another cleaning functionality,
so 03e5 should clean after itself.
2018-08-15 18:17:31 +01:00
Daniel Evans
ae0192333f
Merge pull request #586 from ShFil119/sfx_script
...
Sfx - ScriptObject, metadata, opcodes, listener position
2018-08-15 18:15:31 +01:00
Filip Gawin
37a677802d
Fix problem with case sensivity of sfx files name
2018-08-15 13:03:36 +02:00
Anonymous Maarten
0915054d93
docker: use fedora 'latest' docker image
2018-08-15 09:12:03 +02:00
Anonymous Maarten
b545b79a4b
cmake: do not use rwdep::xxx targets
2018-08-15 09:12:01 +02:00
Filip Gawin
ed24fe71aa
Enable av_register_all() for older version of ffmpeg
...
They require it before calling avformat_alloc_context()
2018-08-15 01:12:40 +02:00
Filip Gawin
cb69ad596e
Fix grabbing orientation from camera to listener
...
Codes has been a bit refactored.
Btw it looks like resampling of sfx won't be needed.
2018-08-15 01:12:40 +02:00
Filip Gawin
a8bdc83b0e
Implement opcode 03d7
2018-08-15 01:12:40 +02:00
Filip Gawin
7b8e7a4e9f
Implement 018e
2018-08-15 01:12:40 +02:00
Filip Gawin
048839e000
Implement 018d
2018-08-15 01:12:29 +02:00
Filip Gawin
1769830af0
Implement 018c
2018-08-15 01:07:21 +02:00
Filip Gawin
746b8f7d20
Update Listener parameters
2018-08-15 01:02:11 +02:00
Filip Gawin
1b1b924d8f
Sound as ScriptType
2018-08-15 01:02:11 +02:00
Filip Gawin
4119afbae3
Add hardcoded metadata about sfx
2018-08-15 01:02:02 +02:00
Filip Gawin
5b110126d2
Store ptr to GameWorld in SoundManager
...
It's allowed to remove duplicated calls of
LoaderSDT's `load`, and need of calling `loadSound`
before `createSfxInstance`.
2018-08-13 21:44:35 +02:00
husho
7dece398f4
Fix segfault when script timer runs out
2018-08-13 10:48:08 +01:00
Daniel Evans
1945d67818
Merge pull request #579 from madebr/no_openglcompat
...
wrap QOpenGLContext
2018-08-12 10:40:13 +01:00
Daniel Evans
2827ab63f5
Merge pull request #576 from madebr/enable_rwtools
...
Enable rwtools on ci
2018-08-11 23:56:27 +01:00
Anonymous Maarten
d212a779c2
rwviewer: wrap QOpenGLContext
2018-08-10 03:53:54 +02:00
Anonymous Maarten
8d6b9492a3
rwengine: remove unused source files
2018-08-10 00:49:08 +02:00
Anonymous Maarten
893e4ede06
ci: update macos image
2018-08-10 00:48:59 +02:00
Anonymous Maarten
dc595748a0
rwtools: enable on ci
2018-08-10 00:48:59 +02:00
Daniel Evans
50bbfb40f3
Merge pull request #574 from danhedron/rename_rwlib
...
Rename rwlib library to "core" to fit its new role
2018-08-09 21:28:19 +01:00
Daniel Evans
4fd92a1549
Rename rwlib library to "core" to fit its new role
...
Also move up source files into the root directory, as there's nothing else in this directory
2018-08-09 20:28:24 +01:00
Daniel Evans
844fdf8d33
Merge pull request #558 from ShFil119/soundRefactor
...
Implement methods for sfx, and refactor Sound system
2018-08-08 20:21:54 +01:00
Filip Gawin
11bc35c3f2
Implement methods for sfx, and refactor Sound system
...
SoundBuffer and SoundSource got their own
files.
2018-08-08 02:12:29 +02:00
Daniel Evans
be2816c398
Merge pull request #572 from danhedron/test_update/IPL
...
Remove data dependency from LoaderIPL tests
2018-08-08 00:34:27 +01:00
Daniel Evans
a0eb668f79
Simplify IPL tests by adding output and comparison operators
2018-08-07 23:15:20 +01:00
Daniel Evans
31f32b2173
Merge pull request #571 from madebr/kerning
...
Add font-dependent kerning
2018-08-07 23:06:12 +01:00
Daniel Evans
457364eca3
Merge pull request #566 from paulkocialkowski/vehicles
...
Various vehicle improvements
2018-08-07 23:05:58 +01:00
Paul Kocialkowski
ff9ccd5f07
rwengine: Set the linear velocity to a zero vector when stopped
...
Vehicles have a tendency to move on their own when they are stopped, due
to their interactions with other surfaces that result in a non-zero
velocity.
Since we have a threshold with the isStopped() method, fix this situation
by setting the linear velocity and wheels rotation (that otherwise also
rotate on their own) to zero vectors.
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
2018-08-07 21:25:30 +02:00
Anonymous Maarten
9cfd9bb21b
tools/rwfont: Add font texture creator
2018-08-07 12:39:59 +02:00
Anonymous Maarten
1bde51a155
cmake: add optional rwtools directory
2018-08-07 12:39:59 +02:00
Anonymous Maarten
99dca06dbc
rwengine: avoid crash of rwviewer/rwgmae when rendering incomplete color string
...
The string "~g" would crash rwviewer.
2018-08-07 12:39:59 +02:00
Anonymous Maarten
f85f6e3391
rwviewer: keep unconvertible characters in the string as they are
2018-08-07 12:39:59 +02:00
Anonymous Maarten
f0c0bd33ef
rwlib: make '~' visible in rwviewer and utf8 strings
2018-08-07 12:39:59 +02:00
Anonymous Maarten
09026ae8b0
rwengine: allow newline in GameString's
2018-08-07 12:39:05 +02:00
Anonymous Maarten
38fca841e7
rwengine: add font-dependent kerning
2018-08-07 12:39:05 +02:00
Daniel Evans
7938f8678f
Add LoaderIPL tests for inst section
2018-08-07 01:18:01 +01:00
Daniel Evans
f95427c136
Merge pull request #540 from ShFil119/remove_FileHandle
...
Remove unneeded FileHandle (aka shared_ptr)
2018-08-07 00:31:19 +01:00
Daniel Evans
2a50194f5b
Change LoaderIPL tests to use test-local data
2018-08-06 23:48:16 +01:00
Daniel Evans
0af9b23fe1
Add stream interface to LoaderIPL and use it in test
2018-08-06 23:37:37 +01:00