1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-07-08 05:48:07 +02:00
Commit Graph

27 Commits

Author SHA1 Message Date
Florin9doi
fc394a1bde Remove boost::filesystem; Fixes #670 2021-10-12 21:53:56 +02:00
tsjost
a5b83e2e09 Remove Boost Filesystem stuff 2021-10-12 18:19:20 +02:00
Christoph Heiss
ece3d09e29 rwcore/LoaderIMG: Add warning to loadToMemory() that it is thread-unsafe. 2020-05-20 23:51:28 +02:00
Christoph Heiss
77b348f1f4 rwcore/LoaderIMG: Switch to fstream and avoid case-insensitive string comparision. 2020-05-20 23:51:28 +02:00
Daniel Evans
86bf69b0a0 Helper argument to clone Atomics with a new frame 2019-05-16 00:11:32 +01:00
Daniel Evans
ff10f3769e Unify Object Atomic/Clump handling 2019-05-16 00:11:32 +01:00
Filip Gawin
195020df46 Use unique_ptr to handle TextureData 2019-03-18 00:14:23 +01:00
Filip Gawin
44148c528a Use '\n' instead of std::endl 2019-01-21 00:29:11 +01:00
Filip Gawin
dd8de77b8e Cleanup headers of rwengine 2019-01-20 20:00:00 +01:00
Filip Gawin
c03fbf79f8 Cleanup rwcore headers 2019-01-20 20:00:00 +01:00
Anonymous Maarten
58c0dcd8ce cmake: only set C and C++ standard for "core targets"
core targets = developed by us
2019-01-05 05:22:25 +01:00
Filip Gawin
84c09d93ce Convert functions to unordered_map and use reserve 2018-12-12 18:02:47 +01:00
Filip Gawin
4063fabe52 Convert AnimationSet to unordered_map and use reserve 2018-12-12 18:02:47 +01:00
Anonymous Maarten
d43123ba50 ci: add ability to upload to codecov.io 2018-11-27 13:47:25 +01:00
Filip Gawin
80666bc38d Start using structure bindings 2018-10-31 17:51:18 +01:00
Filip Gawin
694596321f Remove unneeded map semantic_to_attrib_array 2018-09-20 22:42:47 +02:00
Anonymous Maarten
0b8bc41fa7 all: fix 'warning: missing braces around initializer' 2018-09-16 00:53:16 +02:00
Anonymous Maarten
8557f2176d rwcore: fix Visual Studio warnings 2018-09-15 23:39:46 +02:00
Daniel Evans
0e098b4fa0
Merge pull request #604 from ShFil119/minor_memory_improvements
Minor memory improvements
2018-09-01 23:55:48 +01:00
Filip Gawin
d4061540d0 Use ClumpPtr for clone 2018-09-01 17:49:52 +02:00
Anonymous Maarten
804276668b rwlib: enable RW_DEBUG if RW_DEBUG is defined 2018-08-23 15:45:39 +02:00
Daniel Evans
d9255cb5df
Merge pull request #594 from madebr/conan
Conan updates
2018-08-20 22:45:42 +01:00
Anonymous Maarten
22437f9f25 rwcore: convert windows wide string to ACP (active code page) 2018-08-16 20:26:49 +02:00
Anonymous Maarten
089ab58717 rwcore: casts needs <string> include 2018-08-15 22:53:34 +02:00
Filip Gawin
37a677802d Fix problem with case sensivity of sfx files name 2018-08-15 13:03:36 +02:00
Anonymous Maarten
b545b79a4b cmake: do not use rwdep::xxx targets 2018-08-15 09:12:01 +02: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