Tim Sarbin
26a9d1e8b1
Added DCC loading support ( #89 )
...
* Fixed LevelTypes load
* Update ResourcePaths.go
* Added DCC loading support
2019-11-05 22:23:48 -05:00
Robin Eklind
ab7d19197e
run goimports
to format all Go source files of the project ( #88 )
...
Actual command run:
find . -type f -name '*.go' | xargs -I '{}' goimports -w '{}'
2019-11-05 20:46:52 -05:00
Tim Sarbin
c32c24739e
Fixed LevelTypes load ( #84 )
2019-11-04 17:39:59 -05:00
ndechiara
98d9e61a64
add Weapons.txt load ( #81 )
2019-11-03 22:56:26 -05:00
ndechiara
07b0724575
Fix MPQ load, add Missiles.txt load, switch LvlPrest.bin to LvlPrest.txt, fix sound loading ( #80 )
...
* fix mpqs, add missiles.txt, fix lvlprest
* fix sound loading issue
2019-11-03 22:03:22 -05:00
ndechiara
46a60398d4
Load Objects.txt ( #68 )
...
* Missiles Parsing
* Missiles.txt lookup table and fixes
* lost work
* Replaced old repo path with org path.
* Added editorconfig. Fixed line endings to LF.
* Fixed travis build badge path
* Added level warp data
* Added object type data load
* Load objects.txt
New Common class, Objects.go will load all of the object records in objects.txt
2019-11-03 11:04:58 -05:00
Tim Sarbin
1afd86005e
Changes necessary for migration to org account ( #67 )
...
* Replaced old repo path with org path.
* Added editorconfig. Fixed line endings to LF.
* Fixed travis build badge path
2019-11-02 17:38:39 -04:00
Tim Sarbin
fc8191c812
More build updates. Added build info to game.
2019-11-02 16:15:16 -04:00
Tim Sarbin
71c5b830fd
Fixed more rendering issues.
2019-11-01 22:41:49 -04:00
Tim Sarbin
b05e887d8a
Lots of map rendering changes.
2019-11-01 22:12:07 -04:00
Tim Sarbin
07709e2ddf
More map rendering updates.
2019-11-01 16:51:50 -04:00
Tim Sarbin
7d228d116e
Minor changes to get map rendering started.
2019-11-01 14:12:23 -04:00
Tim Sarbin
c4a27ad5ab
Hopefully made older go happy about bitshifts.
2019-11-01 03:36:29 -04:00
Tim Sarbin
1494a4fb7b
More localization fixes
2019-11-01 00:34:23 -04:00
Tim Sarbin
da5baec685
Minor changes to support localized versions.
2019-11-01 00:21:39 -04:00
Tim Sarbin
bf0412554f
Big fixes. Added start of video decode. Enhanced MPQ error messages.
2019-10-31 21:17:13 -04:00
Tim Sarbin
02082925b5
Added logic in preparation for tile rendering
2019-10-31 13:39:05 -04:00
Tim Sarbin
9fc416e8e2
Added LevelPreset file loading
2019-10-29 02:24:05 -04:00
Tim Sarbin
55b241c56d
Added DT1 and LevelTypes. LevelPreset and DS1 still not done.
2019-10-28 17:51:17 -04:00
Tim Sarbin
15d2b9ebf7
Added DS1 loading capabilities. Added ability to stop BGM.
2019-10-27 21:35:16 -04:00
Tim Sarbin
4c047bf993
Added text dictionary. Continued hero select screen work.
2019-10-27 17:24:21 -04:00
Tim Sarbin
1cd107a58c
Started work on hero selection screen
2019-10-27 02:58:37 -04:00
Tim Sarbin
227e7e8b29
Added volume settings and sfx support
2019-10-26 20:09:33 -04:00
Tim Sarbin
ec4949bc1b
Moved files around to allow running from root path
2019-10-26 17:30:00 -04:00
Tim Sarbin
4231199459
Updated readme. Menu updates.
2019-10-26 12:55:36 -04:00
Tim Sarbin
26b2bee88c
Fixed UI bugs. Added credits scene.
2019-10-26 00:26:48 -04:00
Tim Sarbin
c0f5460d6c
Added smaller button. Fixed UI bugs.
2019-10-26 00:06:54 -04:00
Tim Sarbin
054329cf1f
Added button logic.
2019-10-25 23:41:54 -04:00
Tim Sarbin
b0de898fff
Fixed font rendering. Added basic button stuff.
2019-10-25 22:20:36 -04:00
Tim Sarbin
f485f803c8
More layout cleanup
2019-10-25 20:28:14 -04:00
Tim Sarbin
6562816710
One last restructure for now
2019-10-25 19:37:04 -04:00
Tim Sarbin
56eb461f1f
More code cleanup. Created UI manager.
2019-10-25 19:12:42 -04:00
Tim Sarbin
d5b37a74a3
Code cleanup. Added basic UI interface types.
2019-10-25 18:40:27 -04:00
Tim Sarbin
2921e23bca
Got audio rendering working.
2019-10-25 17:09:07 -04:00
Tim Sarbin
89a72c6f33
Added stream writer and reader. Updated readme.
2019-10-25 16:02:31 -04:00
Tim Sarbin
cb5c068279
Compression updates
2019-10-25 15:06:47 -04:00
Tim Sarbin
d9b471fc50
Restructured the layout
2019-10-24 11:26:07 -04:00