Thomas Buck
e83305bc8e
Auto code indentation [skip ci]
10年前
Thomas Buck
c9f13c0d29
Default Font using ImGUI
10年前
Thomas Buck
c6d13daa97
moved default linux config path to share/OpenRaider too [skip ci]
10年前
Thomas Buck
012e0fda3a
make install should work properly on Mac and Linux
10年前
Thomas Buck
874680e731
Fonts can be changed on-the-fly
10年前
Thomas Buck
4836137bc6
Prepared to add glut
10年前
Thomas Buck
bc04da966e
Sensible default values
10年前
Thomas Buck
7a9ef2db0d
imgui Console in own class
10年前
Thomas Buck
cb8108aed5
Console now made with imgui
10年前
Thomas Buck
f00fb80309
Split Log class from Console
10年前
Thomas Buck
10a27174bb
Multiple changes
World uses smart pointers, UI got calculate and shutdown,
Removed atexit handler
10年前
Thomas Buck
874288c38d
Improved imgui integration. Colors still seem wrong!
10年前
Thomas Buck
53919aa554
Removed OpenRaider class, added RunTime class
10年前
Thomas Buck
1bb089c311
imgui integration working more or less
10年前
Thomas Buck
ae635bd43a
Moved getX() methods [skip ci]
10年前
Thomas Buck
e54e18e7e6
Added some more commands
10年前
Thomas Buck
b86e65bd4e
Split Menu into interface and MenuFolder
10年前
Thomas Buck
60df802f2a
Use Console as Stream everywhere
10年前
Thomas Buck
4263f71122
Menu using Folder API. WIP, does not work well!
[ci skip]
10年前
Thomas Buck
533b83eb78
Improved global assert
10年前
Thomas Buck
5a2b0b7e2c
Script reader, unit tests
10年前
Thomas Buck
39e274460d
Some small changes.
Using namespace for file-scope declarations.
SoundNull now pretends to have even more functionality.
Mousegrab state can be queried. Should now grab more reliably.
10年前
Thomas Buck
963ed862de
Added dep clibs/commander for command line parsing
10年前
Thomas Buck
604539e334
Fixed many 64 to 32 bit warnings
10年前
Thomas Buck
3cd82ede59
Travis steps in own scripts
10年前
Thomas Buck
8e09359af3
TextureManager using vector, now also global service
10年前
Thomas Buck
f97ebd7a0b
Support for mouse keys 4 & 5
10年前
Thomas Buck
821e17bee2
main uses iostream
10年前
Thomas Buck
48b2985506
Added FontManager
10年前
Thomas Buck
0d25be737e
Finished TRLE font support, loading lps files
10年前
Thomas Buck
93af7ceb65
Split Font subsystem from Window
10年前
Thomas Buck
77edab5033
Simplified bind() methods
10年前
Thomas Buck
b8ee254b56
New assert implementation, meta improvements
10年前
Thomas Buck
e841776fe1
Prepared for Windows support
10年前
Thomas Buck
7642114acd
Prepare for Windows support
10年前
Thomas Buck
da7cda9f16
Global objects instead of pointers. Initialization in OpenRaider
10年前
Thomas Buck
5032172fee
Many small fixes
10年前
Thomas Buck
12b203507b
Render is now also service
10年前
Thomas Buck
780989b3c7
Sound interface now abstract
10年前
Thomas Buck
237a34b03d
Camera now also service
10年前
Thomas Buck
e9c7c9c42f
World now also service
10年前
Thomas Buck
b986369a1b
Sound now also global service
10年前
Thomas Buck
ed67843df6
Console, Game, Menu, OpenRaider and Window are global services.
10年前
Thomas Buck
6a2026b656
Added Game class.
Moved typedefs into global header.
10年前
Thomas Buck
5a7d335545
Console working.
Added quit command. Fixed bug in bufferString segfaulting with too big strings.
10年前
Thomas Buck
02ceb1687a
Fixed system timer for BSDs
10年前
Thomas Buck
982261e7aa
Added Menu
10年前
Thomas Buck
8509d6bea4
Now 0.1.3
10年前
Thomas Buck
c40ad37355
Displaying empty SDL window
10年前
Thomas Buck
a72a1e7f5b
Added main loop, started event handling
10年前