Tomasz Kapuściński
|
465fe59dfb
|
Added Renderers
Added UI Renderer
Added OpenGL 3.3 UI Renderer
Reimplemented most of UI drawing functionality to use UI Renderer
TODO: fix OpenGL errors
|
2021-09-05 16:32:15 +02:00 |
tomangelo
|
37e4ed8029
|
Updated license headers (#1317)
* Updated headers
* Updated more headers
|
2020-07-07 10:19:36 +02:00 |
tomangelo
|
5080cb46b1
|
Merge pull request #1031 from tomangelo2/dev
Added fonts configurability by a separate file
|
2018-07-25 19:51:55 +02:00 |
krzys-h
|
f538b4f477
|
What did I say about commiting in a hurry
|
2018-05-10 11:32:33 +02:00 |
krzys-h
|
12cf57409c
|
Support more buttonX.png files in other places than just buttons
|
2018-05-10 11:24:59 +02:00 |
krzys-h
|
05bc65a90b
|
Add support for more buttonsX.png textures (for modders)
|
2018-05-10 11:12:45 +02:00 |
krzys-h
|
1c2bdc9cab
|
Update license headers
|
2018-04-20 02:08:50 +02:00 |
tomangelo2
|
054d1c3e54
|
Changed in-engine fonts names
|
2017-10-11 17:10:04 +02:00 |
krzys-h
|
47d39e5b22
|
Right click camera; minor CCamera cleanups
|
2016-02-19 17:14:08 +01:00 |
krzys-h
|
977607a934
|
Updated license headers
|
2016-02-13 14:11:30 +01:00 |
krzys-h
|
b5e98dd6e9
|
Removed CSettings access through CRobotMain
|
2015-10-01 19:19:40 +02:00 |
krzys-h
|
48f24fe6cc
|
Fixed CInterface::SetFocus not recursing into windows, this fixes highlighting of compilation errors in the editor
It's not really nice, but at least it works
|
2015-09-11 18:34:47 +02:00 |
Piotr Dziwinski
|
b93f610930
|
Fix license header in all files
|
2015-08-22 16:40:02 +02:00 |
krzys-h
|
e91ecbbb01
|
Removed unused references to effect03.png from the code
|
2015-08-18 22:59:31 +02:00 |
krzys-h
|
ff957afefc
|
Moved files not directly related to CObject into src/level/ directory
|
2015-08-13 11:47:32 +02:00 |
Piotr Dziwinski
|
571cc96523
|
Add proper initializers and remove manual memory management in ui classes
|
2015-08-11 23:15:32 +02:00 |
krzys-h
|
0d00952b10
|
Rename text.png to effect03.png
|
2015-08-06 22:41:54 +02:00 |
Piotr Dziwinski
|
f95980456a
|
Replace anonymous union in Event with pointer to appropriate struct
|
2015-08-06 19:11:50 +02:00 |
krzys-h
|
dc85aa2138
|
Moved all UI controls to a subdirectory
|
2015-08-06 13:25:24 +02:00 |