Christoph Oelckers
|
c3a381ed92
|
- moved most of the console code to 'common'.
The main console.cpp file cannot be done yet, but the rest is ready to go.
|
2020-04-11 20:19:51 +02:00 |
|
Christoph Oelckers
|
a712866219
|
- split out non-game specific CCMDs into their own file.
|
2020-04-11 20:19:51 +02:00 |
|
Christoph Oelckers
|
8dacdf2951
|
- use an array to store the buttons.
This puts a lot less knowledge about the game's features into the low level code.
|
2020-04-11 20:19:50 +02:00 |
|
Christoph Oelckers
|
4a50f78bfe
|
- more work on console code.
|
2020-04-11 20:19:24 +02:00 |
|
Christoph Oelckers
|
05d8856fe0
|
- moved file system implementation to 'common'.
|
2020-04-11 14:00:20 +02:00 |
|
Christoph Oelckers
|
6bccde3b51
|
- renamed the file system related classes to actually use the term "FileSystem".
|
2020-04-11 14:00:18 +02:00 |
|
Christoph Oelckers
|
ec52e90e54
|
- moved more files out of the root src directory.
|
2019-07-14 14:39:21 +02:00 |
|