Christoph Oelckers
|
5d31119a49
|
- fixed the Shadow Warrior menu, but it doesn't do much good. The game appears to be thoroughly broken.
|
2019-11-06 19:22:14 +01:00 |
|
Christoph Oelckers
|
570696fc09
|
- added ZDoom's CCMD code.
Not tested yet.
|
2019-11-04 23:01:50 +01:00 |
|
Christoph Oelckers
|
29b7e1cf79
|
- moved all mouse button handling to the input state
Yet again an unbelievable piece of code working around how input works on modern systems to keep the old 90's code alive.
|
2019-11-04 01:01:54 +01:00 |
|
Christoph Oelckers
|
b747df60ee
|
- moved all keyboard related code into the InputState class, so that looking for this stuff is easier.
Sadly there's 1ß00 lines of code using this...
|
2019-11-04 00:53:55 +01:00 |
|
Christoph Oelckers
|
5148fc877d
|
- consolidate the 3 instances of input.cpp.
Some stuff had to be disabled to make it work but that's hardly relevant considering that the goal is to transition off MACT for input handling.
|
2019-10-28 18:32:05 +01:00 |
|