Commit Graph

476 Commits

Author SHA1 Message Date
Michael
f7b96e24f1 Ptr.cpp: use modern STL header names, std::* treatment 2020-03-30 19:12:55 +02:00
Michael
fdc408f0b4 Hash.cpp: use modern STL includes, std::* treatment 2020-03-30 19:12:29 +02:00
Michael
d73d60b1d2 UTypes.hpp: remove obsolete include 2020-03-30 19:12:07 +02:00
Michael
93eb18f822 FileTest.cpp: add #ifdef because the dump function only exists in debug configuration 2020-03-30 18:54:47 +02:00
Michael
a1c9c63046 FileTest.cpp: add missing type to main function 2020-03-30 18:53:14 +02:00
Michael
1efe397193 Image.cpp: remove inline specifier from function implementations to avoid linking errors 2020-03-30 18:52:40 +02:00
Michael
963691bbc1 Spec.hpp: remove obsolete include 2020-03-30 18:50:16 +02:00
meekee7
0484c784e4
Merge pull request #1 from OpenTrespasser/dev
Merge in Dev
2020-03-30 17:59:16 +02:00
Ian Brun
e0dc659d02
Merge pull request #26 from meekee7/cmake-details
README for build and CMake details
2020-03-30 08:04:42 +02:00
Michael
c1e050641e .gitignore: add a section for OpenTrespasser-specific stuff 2020-03-29 13:42:34 +02:00
Michael
25df31d020 README.md: Add a README file that gives some general build instructions and tips 2020-03-28 21:51:53 +01:00
Michael
5cde0f96bb .gitignore: add Build directory to .gitignore 2020-03-28 21:48:02 +01:00
Michael
02892e3586 CMake: add shortcut script to start the CMake GUI 2020-03-28 21:45:42 +01:00
Michael
a2b4cf7711 CMake: add script to generate VS2019 solution with CMake 2020-03-28 21:45:03 +01:00
Michael
098d60b380 CMake: add option to enable/disable the usage of the autodetected Trespasser directory. That option is also selectable in CMake-GUI. 2020-03-28 21:43:29 +01:00
Michael
782481e3af CMake: move CMake binary submodule from Tools to BuildTools 2020-03-28 13:20:09 +01:00
Ian Brun
42f886d99e Added CMake files 2020-03-28 02:21:14 +01:00
Ian Brun
b1514bd76d Added .gitmodules
Currently includes CMake
2020-03-28 02:15:38 +01:00
Ian Brun
a0a62920ab Added commit guidelines 2020-03-18 08:41:10 +01:00
Ian Brun
3c2e897cc1 File: std::* treatment
- Made 'CSectionDB' public for now, fixes #5
- Updated .gitignore
2019-08-18 05:08:55 +02:00
Ian Brun
d33dd41a02
Update README.md
- Switched "Solution Overview" from image to table list (+ grammar corrections and other small modifications)
2019-08-08 04:23:15 +02:00
Ian Brun
d44288c81e
Actually fixed README.md 2019-06-11 16:49:31 +02:00
Ian Brun
f09f4ed665
Fixed README.md 2019-06-11 16:46:18 +02:00
Ian Brun
3df6a39470 Updated README.md 2018-10-17 16:13:25 +02:00
Ian Brun
faf732300a Updated README.md (added images) 2018-10-17 04:41:14 +02:00
Ian Brun
946b2a4943 Initial commit 2018-01-01 23:07:24 +01:00