|
d0ca09b7d1
|
remove pointless interface
|
2019-01-12 18:31:41 -08:00 |
|
|
a7b14cc12c
|
some work on platform file
|
2019-01-10 20:00:54 -08:00 |
|
|
c51f380d59
|
iui improvements for viewer
|
2019-01-09 19:23:26 -08:00 |
|
|
1914d490fe
|
add imgui sample, cleanup imgui
|
2019-01-09 19:09:27 -08:00 |
|
|
24ba631864
|
handle platform init error
|
2019-01-08 19:22:47 -08:00 |
|
|
1aea67f7f0
|
cleanup
|
2019-01-08 19:21:30 -08:00 |
|
|
055c815406
|
add explicit platform initialization and shutdown
|
2019-01-08 19:15:23 -08:00 |
|
|
3ee908c191
|
remove another unneeded file, add contents to window
|
2019-01-08 18:49:39 -08:00 |
|
|
d271e2a0c2
|
removing unused code
|
2019-01-08 18:46:45 -08:00 |
|
|
9878545952
|
renaming types
|
2019-01-08 18:45:19 -08:00 |
|
|
a02379c18b
|
add file stub
|
2019-01-08 18:34:51 -08:00 |
|
|
6da539496d
|
dcc stub
|
2019-01-08 18:12:53 -08:00 |
|
|
cfb72ee80c
|
make imgui text take format and arguments
|
2019-01-07 19:25:48 -08:00 |
|
|
d9c9bf88f7
|
add columns
|
2019-01-07 19:20:11 -08:00 |
|
|
fa830ec9c8
|
fix mouse wheel scroll, cleanup imgui
|
2019-01-06 17:11:22 -08:00 |
|
|
6faac2f08e
|
make Window and ImgUi into singletons; there will only ever be one of each
|
2019-01-06 17:00:19 -08:00 |
|
|
078f97ae87
|
rename viewer entry point
|
2019-01-06 10:18:55 -08:00 |
|
|
a9dceb45d7
|
delete unneeded files, add placeholder text file for MPQ dir
|
2019-01-05 22:16:40 -08:00 |
|
|
43acd7506c
|
Updating README.md
|
2019-01-05 20:38:59 -08:00 |
|
|
fde1fb4fed
|
Updating README.md
|
2019-01-05 20:34:05 -08:00 |
|
|
49345a498a
|
Updating README.md
|
2019-01-05 19:43:55 -08:00 |
|
|
45f68bcec7
|
fix opengl init
|
2019-01-05 12:20:12 -08:00 |
|
|
cb5202f7c4
|
cgo cleanup for linux
|
2019-01-05 11:09:27 -08:00 |
|
|
581fb79523
|
fixing windows build
|
2019-01-05 09:22:20 -08:00 |
|
|
8b21b0724c
|
Fix windows build
|
2019-01-04 19:23:46 -08:00 |
|
|
7ab31baa15
|
fix EOF code for windows
|
2019-01-03 20:09:46 -08:00 |
|
|
3e865519af
|
wip
|
2019-01-03 19:38:41 -08:00 |
|
|
ad7067101a
|
switch imgui backend to cimgui
|
2019-01-03 19:05:19 -08:00 |
|
|
8c28fc6839
|
add imgui_wrapper
|
2019-01-01 15:49:13 -08:00 |
|
|
ac0f65fb3e
|
cleanup
|
2019-01-01 10:30:35 -08:00 |
|
|
55817d4511
|
renaming scene
|
2018-12-31 20:44:30 -08:00 |
|
|
928e8598d6
|
rename types.go
|
2018-12-31 20:43:15 -08:00 |
|
|
789339219a
|
add cimgui
|
2018-12-31 18:22:54 -08:00 |
|
|
dd260996de
|
create texture interface, move to graphics
|
2018-12-31 17:42:00 -08:00 |
|
|
0523e41732
|
wrap imgui
|
2018-12-31 17:30:59 -08:00 |
|
|
a90a36d235
|
add debug logging
|
2018-12-31 17:10:45 -08:00 |
|
|
557608155d
|
state control through scenes
|
2018-12-31 16:52:53 -08:00 |
|
|
60e8f19535
|
remove unused file
|
2018-12-31 13:42:26 -08:00 |
|
|
e9f5793a5c
|
platform and imgui cleanup
|
2018-12-31 13:40:02 -08:00 |
|
|
1c7fdda65f
|
platform cleanup
|
2018-12-31 13:28:50 -08:00 |
|
|
5eeb5b6b3e
|
moving imgui files around
|
2018-12-31 13:14:13 -08:00 |
|
|
2a22e7a446
|
imgui cleanup
|
2018-12-31 13:10:58 -08:00 |
|
|
6c398bce8e
|
imgui cleanup
|
2018-12-31 11:46:12 -08:00 |
|
|
90ce4409ce
|
use internal type for colors
|
2018-12-31 10:54:33 -08:00 |
|
|
9a9183a531
|
type cleanup
|
2018-12-31 09:59:58 -08:00 |
|
|
3f3a5aa5b1
|
changed offsets to signed from unsigned
|
2018-12-30 17:23:43 -08:00 |
|
|
188d824ca0
|
viewer ui improvements
|
2018-12-30 16:48:11 -08:00 |
|
|
9eac33ef79
|
switch all rendering to opengl
|
2018-12-30 16:34:53 -08:00 |
|
|
caf1aac6e6
|
remove unnecessary context creation
|
2018-12-29 22:18:48 -08:00 |
|
|
8ab9c5e1ce
|
various fixes to dc6 and dat, as well as viewer
|
2018-12-29 18:21:33 -08:00 |
|