Commit Graph

25 Commits

Author SHA1 Message Date
Alexander Batalov 65f43804b3 Rename core 2022-10-05 10:35:05 +03:00
Alexander Batalov 1c73fb7240 Extract input 2022-10-05 09:23:27 +03:00
Alexander Batalov 8d61a19dbe Remove declarations 2022-10-03 18:11:55 +03:00
Alexander Batalov 0264c00ab8 Extract keyboard 2022-10-03 16:42:34 +03:00
Alexander Batalov b5681984cd Extract mouse 2022-10-03 12:41:33 +03:00
Alexander Batalov 5f9ceb7f5d Extract vcr 2022-10-03 09:37:05 +03:00
Alexander Batalov 9bb053b3ba
Add namespace (#155) 2022-09-23 15:43:44 +03:00
Alexander Batalov 1b6e29acc0 Reorder includes 2022-09-15 12:38:23 +03:00
Alexander Batalov 0f60556b73 Decompile some input functions 2022-08-16 14:14:53 +03:00
Alexander Batalov 019dbbb56e Add mouse wheel support 2022-08-07 14:52:44 +03:00
Alexander Batalov e41a4b8e16
Reconcile with reference edition (#100) 2022-07-29 16:04:05 +03:00
Alexander Batalov bbfd7785b5
Use OpenGL renderer (#72) 2022-07-12 10:10:23 +03:00
Alexander Batalov 5ce83bc29d Reorganize includes 2022-05-28 21:46:58 +03:00
Alexander Batalov 119cfe8212 Remove static assertions
They were aid to decompilation, now they are source of complaints when compiling for x64.
2022-05-28 07:34:29 +03:00
Jan Šimek ad1fb7765b
Remove the use of stdbool (#19)
It should not be needed anymore after the migration to C++
2022-05-28 06:55:42 +03:00
Alexander Batalov a2698b220c Get rid of DirectDraw 2022-05-24 23:19:36 +03:00
Alexander Batalov c634499a87 Get rid of DirectInput
See #1
2022-05-23 11:44:49 +03:00
Jan Šimek 86d8a92ce0
Add IFACE_BAR_MODE configuration option from HRP (#5)
See #3
2022-05-21 21:30:25 +03:00
Alexander Batalov 98c6acbf11 Convert to C++ 2022-05-21 18:22:03 +03:00
Alexander Batalov e907e3d729 Fix mouseHitTestInWindow declaration 2022-05-21 03:27:41 +03:00
Alexander Batalov f60b8eecfd Fix worldmap window position
See #3
2022-05-21 03:25:03 +03:00
Alexander Batalov 73d624a46c Fix pipboy position
See #3
2022-05-21 02:29:59 +03:00
Alexander Batalov 0893467f08 Fix indicator bar position
See #3
2022-05-21 01:50:14 +03:00
Alexander Batalov 8565a55540 Convert low-level rendering to SDL 2022-05-19 14:01:17 +03:00
Alexander Batalov 55661742a2 Initial commit 2022-05-19 11:51:26 +03:00