Daniel Collin
bf1ed68113
Implemented support for scaling keys
...
Closes #100
2014-09-14 12:03:43 +02:00
Daniel Collin
6369277bcf
Implemented multi-key delete
...
Closes #102
2014-09-14 11:28:15 +02:00
Daniel Collin
212be709d5
Support for multi-add current value
...
Closes #88
2014-09-14 11:11:40 +02:00
Daniel Collin
7c1323a3c2
Added rootElement to XML files
...
Closes #91
2014-09-14 10:28:18 +02:00
Daniel Collin
f6045a4e37
Bump to 1.1 Beta
...
Added link to Windows 1.1 Beta version
2014-09-14 09:47:07 +02:00
Daniel Collin
aa59e2aed9
Use new separator for tracks
2014-09-14 09:41:02 +02:00
Daniel Collin
23167ffc6f
Support # as separator for groups
...
This is because Windows doesn't like : in filenames.
Closes #90
2014-09-14 09:40:42 +02:00
Daniel Collin
4830a852fa
Revert "Supports # as separator for groups"
...
This reverts commit 22e11ed4c061c7c35d74a83c3be0f1183340810d.
2014-09-14 09:38:48 +02:00
Daniel Collin
22e11ed4c0
Supports # as separator for groups
...
This is because Windows barfs when exporting filenames with : in them.
2014-09-14 09:38:25 +02:00
Daniel Collin
b7283e258e
Fixed page up/down on Windows
...
Closes #89
2014-09-14 09:14:33 +02:00
Daniel Collin
b08a3d128b
Correct configs for Win32
2014-09-14 09:13:23 +02:00
Daniel Collin
ab48236710
Added IDE hints for MSVC
2014-09-14 08:44:10 +02:00
Daniel Collin
b5356120d8
Use /FS when building for Windows
2014-09-14 08:41:38 +02:00
Daniel Collin
b995f1b96c
Fixed new clang warning
2014-09-14 08:38:03 +02:00
Daniel Collin
7c83e35085
Removed old scripts
2014-09-14 08:37:45 +02:00
Daniel Collin
03f305c3bd
Added scripts to make building easier
2014-09-14 08:37:34 +02:00
Daniel Collin
ad380e45ac
Removed unused function
2014-09-14 08:37:21 +02:00
Daniel Collin
2085412a41
Removed unused function
2014-09-14 08:37:08 +02:00
Daniel Collin
fe82123a28
Added tundra executables
2014-09-14 08:36:58 +02:00
Daniel Collin
69e453b658
Updated and added new links
2013-10-19 19:21:36 +02:00
Daniel Collin
0eda9799bd
Send esc to Emgui on windows also
2013-10-19 19:15:23 +02:00
Daniel Collin
1b44d36667
Lose focus when pressing esc on editbox
2013-10-19 19:06:36 +02:00
Daniel Collin
aee91adb5f
Bump to 1.0
2013-10-19 19:06:12 +02:00
Daniel Collin
31ca396989
Correct names for PageUp/Down on Windows
2013-10-19 10:47:14 +02:00
Daniel Collin
54cbacc963
Implemented 2x highlight row jump with PageUp/Down
...
Closes #77
2013-10-18 19:45:40 +02:00
Daniel Collin
c5e2a5076a
Fixes scrolling issues with collapsed tracks
...
This was caused by incorrect calculation of groupSize width
Closes #87
2013-10-18 19:07:28 +02:00
Daniel Collin
1bf67b96b7
Bump download links for RC1
2013-07-01 13:13:56 +02:00
Daniel Collin
fc876361c8
Bump to RC1
2013-07-01 13:04:07 +02:00
Daniel Collin
60ff15b7a4
Show error if we couldn't create connection
...
Closes #70
2013-07-01 12:50:07 +02:00
Daniel Collin
ba0f99d51b
Support for showing error dialog
2013-07-01 12:48:03 +02:00
Daniel Collin
5e2743d9b8
No color picking while playing
...
Change so color picking can't be used during playback as this causes
some issues. Would be nice to support it but at least this doesn't screw
everything up.
Closes #76
2013-07-01 12:10:12 +02:00
Daniel Collin
23f5a4912f
Ask to save before exit on Win32
...
Closes #65
2013-07-01 11:53:06 +02:00
Daniel Collin
4d13534798
Fixed broken color loading on Win32
2013-07-01 11:51:20 +02:00
Daniel Collin
3f3e15e4e4
Win32 compile fix
2013-07-01 10:57:11 +02:00
Daniel Collin
73027462ec
Cleanup
2013-07-01 10:57:00 +02:00
Daniel Collin
37db37bf1d
Some fixes so basic_example builds on Win32
2013-07-01 10:56:46 +02:00
Daniel Collin
ab20103966
Support add track while running
...
Finally fixed so groups/tracks won't be broken if a new track is being added while the editor is open and demo is being reloaded
Closes #74
2013-07-01 02:12:25 +02:00
Daniel Collin
acfbd24aa0
Removed output
2013-07-01 02:09:53 +02:00
Daniel Collin
143379804c
Various fixes
...
* Removed concept of one entry groups. Now all groups has an array of tracks (even if just one) as it simplifies the code
* Rewrote the scrolling handling when auto selecting a new track. The new code should be more robust and doesn't rely on track ordering
2013-06-30 23:28:14 +02:00
Daniel Collin
9f75f7e81f
Fixed bug with track folding
2013-06-29 23:26:08 +02:00
Daniel Collin
7319e6a8ca
WIP on adding new tracks from demo while editor is running
2013-06-29 22:15:45 +02:00
Daniel Collin
c93292fdda
Added basic example
...
This is useful when testing RocketEditor for bugs and also provides a basic example of how Rocket works.
2013-06-29 19:46:40 +02:00
Daniel Collin
d2adfad79c
Fixed scrolling issue to last row
...
Closes #82
2013-06-29 17:22:48 +02:00
Daniel Collin
1721d53d4c
Fixed scrolling big with folded tracks
...
Closes #73
2013-06-29 17:08:53 +02:00
Daniel Collin
831a73667e
Fixed sure to build Linux files on Linux only
2013-06-29 13:07:32 +02:00
Konsta 'sooda' Hölttä
c630ed9caf
ogl_editor: set bookmarks NULL when freeing them
...
trackData's bookmarks are realloc()'d later when bookmarks are added if
the pointer is not null, and realloc gets upset if it's freed already.
2013-06-23 20:59:33 +03:00
Konsta 'sooda' Hölttä
69b4f1a6ad
ogl_editor: select first track initially
...
When getting the tracks from the demo, select the first one when it
comes, otherwise we end up focused in the editor but nothing selected.
2013-06-23 20:59:33 +03:00
Konsta 'sooda' Hölttä
5248597c58
ogl_editor: linux/SDL code for everything
...
Finish the linux code, should be mostly coherent with win and mac.
Update the readme file too.
Just SDL basics for creating the window with opengl context, and passing
the mouse and keyboard inputs along. Menus are not displayed, but the
hotkeys are the same as in Windows. File dialogs use terminal input and
color dialog isn't implemented.
This is quite straightforward and platform-independent, so should be
pretty portable too.
2013-06-23 20:59:31 +03:00
Konsta 'sooda' Hölttä
4594187ecb
ogl_editor: build for linux with tundra
...
Remove testing scripts and use the build system in linux too
2013-06-23 15:42:22 +03:00
Konsta 'sooda' Hölttä
a083256fbf
ogl_editor: initial SDL window code
...
graphics visible!
2013-06-23 15:42:22 +03:00