Thomas Buck
|
8ebbd705a4
|
Main menu rewrite as imgui window
|
9 years ago |
Thomas Buck
|
f7cbc216ce
|
Using float for font colors. Better controller mapping.
|
9 years ago |
Thomas Buck
|
917e1b47ed
|
Removed unused stuff [skip ci]
|
9 years ago |
Thomas Buck
|
09b15dddcd
|
Format code [skip ci]
|
9 years ago |
Thomas Buck
|
3c66d229bf
|
Now using stb_truetype instead of SDL2-TTF.
|
9 years ago |
Thomas Buck
|
e2f3ea30ad
|
TextureManager is now completely static.
|
9 years ago |
Thomas Buck
|
a3d6411368
|
Removed Exceptions, moved GL code into Shader
|
9 years ago |
Thomas Buck
|
28c15c890e
|
Menu background now chosen randomly
|
9 years ago |
Thomas Buck
|
39b0ffac3b
|
Using stb_image, stb_image_write. New imgui version.
|
9 years ago |
Thomas Buck
|
c2db7bcfbd
|
Moving to OpenGL 3.3 core. Depending on GLM. Removed old level reader, old math lib.
|
10 years ago |
Thomas Buck
|
8d3b675c4b
|
LoaderTR2 tries to load external SFX file
|
10 years ago |
Thomas Buck
|
838fe35ad4
|
Added BinaryMemory reader
|
10 years ago |
Thomas Buck
|
e968717184
|
Added texture viewer
|
10 years ago |
Thomas Buck
|
e83305bc8e
|
Auto code indentation [skip ci]
|
10 years ago |
Thomas Buck
|
05698efead
|
Updated imgui, utils/time using more C++11 features
|
10 years ago |
Thomas Buck
|
c33dc66af1
|
Using C++11 std::chrono for utils/time
|
10 years ago |
Thomas Buck
|
6541e0c674
|
Removed C-Style string handling code.
This resolves #4 as bufferString() no longer exists!
|
10 years ago |
Thomas Buck
|
16dbdf29cd
|
Screenshot command and other small improvements
|
10 years ago |
Thomas Buck
|
846d0c034d
|
Menu now works like a Filemanager
|
10 years ago |
Thomas Buck
|
4263f71122
|
Menu using Folder API. WIP, does not work well!
[ci skip]
|
10 years ago |
Thomas Buck
|
5b458f42fe
|
Started implementing file system utilities
|
10 years ago |
Thomas Buck
|
7cff58d7cd
|
Improved Script reader and its Unit Test
|
10 years ago |
Thomas Buck
|
ca11cfe73a
|
Unit Tests are back!
|
10 years ago |
Thomas Buck
|
a42f966526
|
Implemented binary file reader
|
10 years ago |
Thomas Buck
|
d8d2fce36b
|
Added (blank) binary file reading utils
|
10 years ago |
Thomas Buck
|
604539e334
|
Fixed many 64 to 32 bit warnings
|
10 years ago |
Thomas Buck
|
b1fb7c9965
|
Removed vec_t typedefs
|
10 years ago |
Thomas Buck
|
a74c620a72
|
loadImage(), move command
|
10 years ago |
Thomas Buck
|
8e09359af3
|
TextureManager using vector, now also global service
|
10 years ago |
Thomas Buck
|
07888bff23
|
tga methods now take filename instead of FILE *
|
10 years ago |
Thomas Buck
|
74c6e6c54d
|
scaleBuffer() no longer limiting at 256x256
|
10 years ago |
Thomas Buck
|
6eb0b47437
|
Texture now TextureManager
|
10 years ago |
Thomas Buck
|
0617cfc738
|
Added utils/pixels
|
10 years ago |
Thomas Buck
|
504b3ae06f
|
Added PNG reading/writing
|
10 years ago |
Thomas Buck
|
7df7a7fd08
|
Documented PCX reader
|
10 years ago |
Thomas Buck
|
f9d10c89c4
|
Added PCX image reading support
|
10 years ago |
Thomas Buck
|
b8ee254b56
|
New assert implementation, meta improvements
|
10 years ago |
Thomas Buck
|
e841776fe1
|
Prepared for Windows support
|
10 years ago |
Thomas Buck
|
78e55f04a8
|
Added mouse scrolling support.
Used in Console to scroll the history.
|
10 years ago |
Thomas Buck
|
02ceb1687a
|
Fixed system timer for BSDs
|
10 years ago |
Thomas Buck
|
982261e7aa
|
Added Menu
|
10 years ago |
Thomas Buck
|
7443062c49
|
Finished implementing set command.
Only mouse is missing.
|
10 years ago |
Thomas Buck
|
73135ebc12
|
More set commands implemented
|
10 years ago |
Thomas Buck
|
03bb3e01ed
|
Started implementing command system.
Config file now ends with ini instead of init.
|
10 years ago |
Thomas Buck
|
a72a1e7f5b
|
Added main loop, started event handling
|
10 years ago |
Thomas Buck
|
383029d5d5
|
Added (pretty empty) OpenRaider main Singleton
|
10 years ago |
Thomas Buck
|
e6fc5fc572
|
rewrote time lib using ctime
|
10 years ago |
Thomas Buck
|
3fe7ac2ece
|
Added main.h, removed rc_ methods.
|
10 years ago |
Thomas Buck
|
e02c32dc3c
|
Moved math, Matrix, Quaternion, Vector3d into lib
|
10 years ago |
Thomas Buck
|
d813f77f4e
|
Added Quaternion into utils.
Used equalEpsilon in Sound to silence warning
|
10 years ago |