Paul Gilbert
49fb52efd6
CREATE_ENGINE: Added View class for events template
...
Improves mouse events for the events-based project template.
This includes a View class that:
1) Mouse events only get sent to the control under the mouse
rather than all controls on the view
2) Elements will get Focus/Unfocus messages as the mouse
moves in or out of their bounds
2024-05-09 20:40:58 -07:00
Paul Gilbert
dfec6b497d
CREATE_ENGINE: Remove duplicate files from new events style
2023-06-09 19:55:14 -07:00
Paul Gilbert
d4ec8c5815
CREATE_ENGINE: Add new -events option for events-based project
...
This gives an option for creating a project where the event
handling is centralized in a single processing loop, and is
then dispatched to 'views' that contain the game logic.
Like the original skeleton engine, the created events-based
engine contains a single default view showing a palette cycle.
2023-06-08 20:16:36 -07:00
SupSuper
e396d34320
CREATE_PROJECT: Remove deprecated --use-canonical-lib-names
...
It's always the default
2023-04-29 13:16:08 +02:00
hax0kartik
4d9bf4429f
DEVTOOLS: Fix create_engine compilation with mingw-w64
2023-03-10 10:57:29 +01:00
Paul Gilbert
5d189d90f1
DEVTOOLS: CREATE_ENGINE: Add disable-detection-full to created batch file
2022-11-20 20:47:26 -08:00
Paul Gilbert
ed65c576af
DEVTOOLS: CREATE_ENGINE: Visual Studio compilation fix
2022-11-20 20:45:24 -08:00
Eugene Sandulenko
79b4eff2d9
DEVTOOLS: CREATE_ENGINE: Print out error message on unsuccessful directory creation
2022-11-20 15:42:41 +01:00
Eugene Sandulenko
3079652bad
DEVTOOLS: CREATE_ENGINE: Added GUIO example to the generated engine skeleton
2022-11-20 15:39:13 +01:00
Eugene Sandulenko
4873c8d994
DEVTOOLS: CREATE_ENINGE: sprintf -> snprintf
2022-11-20 15:04:44 +01:00
D G Turner
7920589ba7
DEVTOOLS: Fix Format Overflow GCC Warnings in create_engine Tool
2022-06-09 23:19:51 +01:00
Eugene Sandulenko
820b226283
DEVTOOLS: Gather non-portable code in create_engine, thus making code more readable
2022-05-21 09:49:43 +02:00
Paul Gilbert
c245ef0603
DEVTOOLS: Fix Visual Studio compilation for create_engine
2022-05-18 20:13:57 -07:00
Eugene Sandulenko
3b3817823c
DEVTOOLS: Make create_engine run from scummvm root as well
2022-05-18 22:43:42 +02:00
Eugene Sandulenko
f0ecb4145a
DEVTOOLS: Improved logging for create_engine
2022-05-18 17:41:21 +02:00
Eugene Sandulenko
e95fb37ffa
DEVTOOLS: Fixed directory creation in create_engine
2022-05-18 17:33:39 +02:00
Eugene Sandulenko
4343882531
DEVTOOLS: Added module.mk to create_engine and fixed portability
2022-05-18 17:30:19 +02:00
Paul Gilbert
d00106fc6e
DEVTOOLS: Initial commit of new create_engine tool
2022-05-08 21:11:41 -07:00