Commit Graph

224 Commits

Author SHA1 Message Date
Tim Sarbin c212a9875c
Create LICENSE 2019-10-25 18:47:19 -04:00
Tim Sarbin d5b37a74a3 Code cleanup. Added basic UI interface types. 2019-10-25 18:40:27 -04:00
Tim Sarbin ee317dafef Added fullscreen toggle 2019-10-25 17:15:44 -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 036d35956e Sped up sprint loading time exponentially 2019-10-24 19:33:01 -04:00
Tim Sarbin 01524fdb1d Finished font rendering with color mod support. 2019-10-24 19:13:30 -04:00
Tim Sarbin ae3062c38b Update .travis.yml 2019-10-24 12:01:37 -04:00
Tim Sarbin d9b471fc50 Restructured the layout 2019-10-24 11:26:07 -04:00
Tim Sarbin 721a467bf7 Another travisci update 2019-10-24 10:14:53 -04:00
Tim Sarbin 0b52ccd81b Updated travis script. 2019-10-24 10:13:31 -04:00
Tim Sarbin 7b698ae116 Added travis yml 2019-10-24 10:03:49 -04:00
Tim Sarbin b471e6bd09 Updated build badge to use travis 2019-10-24 09:55:49 -04:00
Tim Sarbin 5b719eb018 Updated readme information 2019-10-24 09:38:57 -04:00
Tim Sarbin 08c8e10502 Moved code to source subfolder 2019-10-24 09:33:18 -04:00
Tim Sarbin 361b60febf Migrated to golang codebase. 2019-10-24 09:31:59 -04:00
Tim Sarbin 5ab92737ec Moved more common stuff into the common project. 2019-02-28 18:05:34 -05:00
Tim Sarbin ba96135e01 Moved common files to less dumb locations 2019-02-28 17:40:12 -05:00
Tim Sarbin cf05db6759 Moved CLI11 to the common folder 2019-02-28 17:35:08 -05:00
Tim Sarbin 22b8136cf9 Added spdlog. Changed builds to use local libs instead of submodules. 2019-02-27 11:57:26 -05:00
Tim Sarbin d7e40c357b Removed submodules 2019-02-27 11:33:35 -05:00
Tim Sarbin dd559aefab Added resource paths. Updated sprite constructor. 2019-02-25 18:33:45 -05:00
Tim Sarbin 9c3a2a10c4 Fixed code formatting issues. 2019-02-25 00:14:20 -05:00
Tim Sarbin 517a52770d Fixed palette def issues. Added shell of sprite class. 2019-02-25 00:08:55 -05:00
Tim Sarbin 2f66ad9532 Fixed palette class name. 2019-02-24 23:38:34 -05:00
Tim Sarbin 4ec7dbef43 Strongly typed palette entries. 2019-02-24 23:36:34 -05:00
Tim Sarbin e33c85b919 Added palette definitions. 2019-02-24 23:35:15 -05:00
Tim Sarbin 591d90134a Added data manager. Added file/mpq lookup dictionary. 2019-02-24 22:59:40 -05:00
Tim Sarbin e68eafd5f6 Added start of scene management 2019-02-24 21:51:20 -05:00
Tim Sarbin 56b2f146d3 More project structure updates 2019-02-24 11:15:09 -05:00
Tim Sarbin 21acfc00fa Purged again. 2019-02-23 09:51:03 -05:00
Tim Sarbin 8f1a01dfa4 Moved to SDL backend. 2019-02-22 20:14:35 -05:00
Tim Sarbin f46542a05f Added stormlib and command line parser. Added initial mpq file check on startup. 2019-02-21 21:21:51 -05:00
Tim Sarbin 0f601cb024 We now have a blank window again. 2019-02-20 23:14:27 -05:00
Tim Sarbin 7fb694d59a Forward declarations no longer necessary... 2019-02-20 15:39:54 -05:00
Tim Sarbin 5e65261dc1 Remmoved cmake logic that doesn't appear to be necessary... 2019-02-20 15:38:30 -05:00
Tim Sarbin 5db68079fb Added OS library and simple window support. 2019-02-20 15:37:10 -05:00
Tim Sarbin 611747272e Fixed submodule imports hopefully 2019-02-20 13:21:29 -05:00
Tim Sarbin f8a9c7f3d5 Fixed 3rd party ref for bgfx 2019-02-20 13:11:52 -05:00
Tim Sarbin 6244ef1b55 Start of project layout 2019-02-20 13:06:37 -05:00
Tim Sarbin ef52e31e9d Archived old logic 2019-02-20 12:11:18 -05:00
Matheus Cardoso b722405d53 Fix crash on exiting "select hero class" screen (#64)
* Fix crash on exiting select hero screen

* Remove unneeded using

* Revert mistake on ChangeScene
2019-01-09 08:27:59 -05:00
Matheus Cardoso bd4c95c28d Fetch main menu strings from game data (#63) 2019-01-04 09:48:51 -05:00
Matheus Cardoso 8d1c2e7bd9 Remove more references to System.Collections.Immutable (#62) 2019-01-03 18:53:50 -05:00
Matheus Cardoso b3dfcf217e Remove System.Collections.Immutable (#61) 2019-01-03 18:44:15 -05:00
Lectem aa906291d8 Fix build error CS0012: The type 'IEnumerable<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. (#57) 2018-12-22 11:56:08 -05:00
Lectem f87b7389ce Fix special cases in MPQProvider (#58) 2018-12-22 11:55:44 -05:00
Diego M ae10a9fa3b Dynamic character rendering based on server provided information (#56)
* Update

* Partial work

* More stuff

* Shield rendering

* tmp

* Update

* WeaponCode

* Cleanup

* Fix build

* Initial inventory cleanup and sync

* Update

* Render body parts based on equipped torso

* Initial dynamic equipment work

* Update thingies
2018-12-19 18:44:21 -05:00
nicholasdechiara 5904658dad Missiles.txt Parsing (#55)
* Missiles Parsing

* Missiles.txt lookup table and  fixes
2018-12-17 16:34:19 -05:00