Commit Graph

172 Commits

Author SHA1 Message Date
starfrost013 47dfe1ef06 For some reason half the Datamodelv3 files were not in the project, wtf? 2023-11-08 22:43:33 +00:00
Modnark 1e51b22a8a make GUI more accurate to Morgan McGuire screenshots 2023-11-08 15:56:24 -05:00
Modnark adab8ef35c cleanup guirootinstance
foundations of a "factory" model
2023-11-08 07:33:16 -05:00
Vulpovile ce808f672f Ported all instances, now the hard part 2023-11-07 17:21:21 -08:00
Vulpovile 944afec7a3 Fixed selection box error 2023-11-06 23:17:47 -08:00
Vulpovile 8726e1e3e3 Enable soundservice in datamodelinstance 2023-11-06 18:44:42 -08:00
Vulpovile d8a2fe7495 Ported services and sound, now just GUI left 2023-11-06 18:28:57 -08:00
Vulpovile b58161cf81 Implemented SelectionService 2023-11-05 22:39:06 -08:00
Vulpovile ebfbade283 Ported workspace instance 2023-11-05 19:34:57 -08:00
Vulpovile 8a1a457f4b Ported GroupInstance 2023-11-05 19:14:06 -08:00
Vulpovile cab66d1152 Implemented operator overloads for Reflection 2023-11-05 00:37:25 -07:00
Vulpovile 901539e594 Ported part and pvinstance, made XplicitNgine not use globals 2023-11-04 23:01:43 -07:00
Vulpovile cb8f6f1a80 Address memory leak 2023-11-04 20:29:16 -07:00
Vulpovile e8eef916b0 Add DMv3 stubs, add reflection warning 2023-11-04 20:15:07 -07:00
Vulpovile 53427dd385 Made impl name clearer 2023-11-04 00:31:00 -07:00
Vulpovile c0aab09960 Added reflection memory cleanup 2023-11-04 00:28:41 -07:00
Vulpovile 26398f0586 Fixed template 2023-11-03 23:56:59 -07:00
Vulpovile 25d34d28ee Reflection stub 2023-11-03 22:56:09 -07:00
Vulpovile 796a47ad38 Added macro to disable VS2003 workaround when not required 2023-11-03 19:57:11 -07:00
Vulpovile 8817712cc3 Fixed stack clobbering in VS2003 compiler 2023-11-03 16:36:27 -07:00
Vulpovile 6bfbc4a97e Merge pull request #132 from KeyboardCombination/develop
move tool
2023-11-02 18:43:08 -08:00
KeyboardCombination 4336140b90 move tool 2023-11-02 22:18:35 -04:00
Vulpovile d2bdd4e124 Made MENU toggle property grid 2023-11-02 11:17:53 -07:00
Vulpovile c1431c8dff VS 2003 build files, made physics more stable, fix Win98/WINE IE 2023-11-02 01:16:05 -07:00
Vulpovile 3c415e7297 Updated instance icon, no more SDL 2023-11-02 00:07:10 -07:00
KeyboardCombination 00b165c208 Update GUDButtonListener.cpp 2023-06-11 18:16:36 -04:00
KeyboardCombination 2a17185cc0 Fixed name inconsistencies 2023-05-21 17:29:11 -04:00
KeyboardCombination b7f2b8f5a7 dynamic casting, extra sounds, fixes 2023-04-30 15:58:10 -04:00
KeyboardCombination fd3679fb6b Removing useless check 2023-04-09 19:30:23 -04:00
KeyboardCombination e37ad4879e duplicate improvements, prototype model insertion 2023-04-07 18:46:19 -04:00
KeyboardCombination eb2766304a bigger selectionbox 2023-04-07 15:04:01 -04:00
FlareMicrosystems 48b90b1a93 Removed surfaces from code 2022-10-15 21:54:50 -07:00
FlareMicrosystems 6b8ca28060 Add floppy disk setup generation 2022-10-15 19:37:06 -07:00
FlareMicrosystems dc7f7f3cc5 Update versioning 2022-10-15 19:36:55 -07:00
FlareMicrosystems 575f5dab46 Added dragger tool, removed useless stuff 2022-10-15 16:43:06 -07:00
Modnark 2471abb8dd Merge branch 'develop' into modnark 2022-10-12 13:51:21 -04:00
Modnark 0ac516618a Add LightingInstance
Still need to work on PropertyGrid for it
2022-10-12 13:47:39 -04:00
Modnark 8916797e55 Merge branch 'develop' into modnark 2022-10-11 22:39:59 -04:00
Modnark 2dc7f3e667 solve merge conflict 2022-10-11 22:38:34 -04:00
Modnark d32b0ea4e4 Add more sounds internally 2022-10-11 22:34:36 -04:00
Modnark af5c31d5d0 Add dynamic_cast for playSound
makes it so developers don't need to dynamic_cast any time they want to play sound
2022-10-11 21:28:19 -04:00
Modnark d269b360ce SoundService & SoundInstance
Basic implementation. More work needs to be done.
2022-10-11 21:16:14 -04:00
pinksub d2dd05b620 Update Mouse.cpp 2022-10-11 13:58:38 -04:00
pinksub 9d62380df9 cleanup mouse.cpp code a bit more 2022-10-11 13:58:21 -04:00
pinksub 8f3d12c516 Stud snapping is confusing
Anything divided by 1 and anything multiplied by 1 is itself. Not sure if that was intentional,
2022-10-11 13:54:55 -04:00
Modnark d2f3e718a7 Very basic implementation of OnTouch 2022-10-11 10:03:04 -04:00
Modnark adade066cc Start OnTouch 2022-10-10 20:01:30 -04:00
Modnark 5e74564956 Add listener for View button 2022-10-10 18:41:46 -04:00
Modnark 04823f5911 Add listeners for all menu buttons 2022-10-10 18:41:29 -04:00
thecssdoom fb5d6495dc Update Application.cpp 2022-10-09 22:06:55 -03:00