PS
|
59cb48c9f0
|
Implemented Crossfading between animations
|
2021-03-17 22:15:37 -07:00 |
Peter Slattery
|
bb9c9b3e26
|
sanity tests, path handling, file lister update and began working on saving files
|
2021-03-06 18:17:24 -08:00 |
PS
|
2769640adf
|
updated the build system to get it to work out of the box on more systems
|
2021-01-16 23:01:08 -08:00 |
PS
|
99c62292a4
|
fixed error causing crashes when you exit the file viewer without selecting a file. Issue was when we tried to check if a string that had no data pointer was null terminated
|
2021-01-16 19:45:13 -08:00 |
PS
|
3c1110adfd
|
Layout push/pop pairing is now checked for and asserted on
|
2021-01-16 18:55:31 -08:00 |
PS
|
50b6980bec
|
ui_DrawString -> ui_Label
|
2020-11-14 23:44:06 -08:00 |
PS
|
30123e47a2
|
fixed some problems with ui retained states
|
2020-11-14 17:18:38 -08:00 |
PS
|
fa1d5a5afc
|
began turning ui_layout into ui_widgets that just have children. Currently, layout works, but the id system needs some thinking.
|
2020-11-08 19:42:14 -08:00 |
PS
|
d5be2a2de8
|
Pretty big ui overhaul.
|
2020-11-07 22:54:59 -08:00 |
PS
|
85f7aab621
|
Animation loading
|
2020-10-24 13:28:10 -07:00 |
PS
|
5c183d9c5f
|
implemented switching to a file browser, used it in the animation window and in the assembly hierarchy, and moved everything over to a linear array of animation blocks
|
2020-10-18 15:31:53 -07:00 |
PS
|
85b99b17a2
|
basically removed the need for the meta system from the codebase, and implemented pushing new panel types on a LIFO queue with return memory destinations
|
2020-10-17 12:43:05 -07:00 |
Peter Slattery
|
01a20f41e7
|
File lister now displays current directory at top, and omits it from file names
|
2020-09-07 14:35:58 -07:00 |
Peter Slattery
|
3a732f95b8
|
File lister now handles . in directory names
|
2020-09-07 14:29:32 -07:00 |
Peter Slattery
|
6491a88d8a
|
File lister now handles .. in directory names
|
2020-09-07 14:28:41 -07:00 |
Peter Slattery
|
15a2cb080e
|
Basic file lister functionality. Extended Win32EnumerateDirectory; it now includes folders if proper flags are set.
|
2020-09-07 13:42:00 -07:00 |
Peter Slattery
|
62e22979f3
|
Separated out the engine from the editor.
|
2020-07-18 12:27:36 -07:00 |