Christoph Oelckers
|
c82d9d2908
|
- backend update from GZDoom.
|
2020-10-24 17:30:47 +02:00 |
|
Christoph Oelckers
|
f8caf88089
|
- backend update.
|
2020-10-03 17:04:45 +02:00 |
|
Christoph Oelckers
|
af5e3dd1b8
|
- render backend update from GZDoom, mostly minor stuff.
|
2020-09-27 16:12:51 +02:00 |
|
Christoph Oelckers
|
76311cfcc9
|
- set proper minimal FPS rate for all games.
|
2020-06-20 10:46:51 +02:00 |
|
Christoph Oelckers
|
d4cdb31464
|
- backend update to make the ZScript compiler work.
|
2020-06-14 18:58:30 +02:00 |
|
Christoph Oelckers
|
65ddb6cb59
|
- disabled the game side frame limiter.
The backend has its own one, and unlike the one on the game side, it actually suspends execution when waiting.
|
2020-06-12 21:08:47 +02:00 |
|
Christoph Oelckers
|
c26b6cdf59
|
- backend sync with GZDoom.
|
2020-05-31 21:25:52 +02:00 |
|
Christoph Oelckers
|
efa1cd3048
|
- moved video files to 'common'.
# Conflicts:
# source/blood/src/screen.cpp
|
2020-05-31 09:19:16 +02:00 |
|
Christoph Oelckers
|
e2f5e8fe34
|
- renamed 'common' to 'core'.
We'll need 'common' for something else.
|
2020-04-12 08:30:36 +02:00 |
|
Christoph Oelckers
|
fb985d2503
|
- more macOS compilation fixes
Still not complete…
|
2020-01-07 01:11:19 +01:00 |
|
Rachael Alexanderson
|
a6bf1c3026
|
- oops, didn't mean to change this line (I blindly copied the function over)
|
2020-01-02 00:15:19 -05:00 |
|
Rachael Alexanderson
|
21ba23f36d
|
- pull most recent video scale changes from gzdoom
|
2020-01-01 23:42:09 -05:00 |
|
Christoph Oelckers
|
bcb48d8441
|
- added handling for changing the screen size (dragging the window borders / change scale factor)
|
2020-01-01 09:49:06 +01:00 |
|
Christoph Oelckers
|
62e9112133
|
- renamed the internal resource directory to "engine" and routed most literal mentions of the engine name through version.h
All this comes from a time when I didn't use version.h so it's better to do it the same way as GZDoom to allow easy renaming of the engine.
|
2019-12-26 14:04:53 +01:00 |
|
Christoph Oelckers
|
5bd32cf769
|
- fixed: Voxel setup code wasn't called anymore.
|
2019-12-25 00:30:13 +01:00 |
|
Christoph Oelckers
|
141887263d
|
- header cleanup
|
2019-12-23 21:19:42 +01:00 |
|
Christoph Oelckers
|
62ecedf1f8
|
- got it to the point where it can render to the GL surface from the native backend.
|
2019-12-23 19:37:40 +01:00 |
|
Christoph Oelckers
|
6e9631f2d8
|
- fixed all undefined symbols except OpenGLFrameBuffer.
|
2019-12-23 10:53:58 +01:00 |
|