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 |
|
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 |
|
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
|
07709e2ddf
|
More map rendering updates.
|
2019-11-01 16:51:50 -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 |
|