1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-10-01 15:46:17 -04:00

Commit Graph

  • 643b61481e fixed remaining lint errors gravestench 2020-11-22 13:54:18 -0800
  • cf61627d7f removed unused event emmitter gravestench 2020-11-22 13:48:03 -0800
  • cf584d42b6 updated tests gravestench 2020-11-22 13:18:50 -0800
  • 7d84d1542a akara update: BaseComponent and BaseComponentMap gravestench 2020-11-22 13:02:42 -0800
  • 3b3877414c more work on ecs impl gravestench 2020-11-22 01:37:55 -0800
  • a3fa7870f5 update akara, fix race condition in render system init gravestench 2020-11-19 14:17:01 -0800
  • 1d16d71c0b more work on ecs implementation gravestench 2020-11-18 18:33:22 -0800
  • 194731964e adding d2util.Loggers instances to existing systems gravestench 2020-11-14 09:52:07 -0800
  • 66d9d7156f adding LogLevel to game config component gravestench 2020-11-14 09:50:47 -0800
  • beeaa74cf0 adding Path method to abstract source interface gravestench 2020-11-14 09:50:14 -0800
  • 8345bb7036 more work on ecs impl gravestench 2020-10-28 15:49:49 -0700
  • 0b5d766d1d file handle caching, asset caching, font tables dknuth 2020-10-13 01:19:38 -0700
  • 533150944d added game config loader system dknuth 2020-10-12 14:35:11 -0700
  • 6b2998cea1 eminary ECS Implementation work dknuth 2020-10-10 19:49:17 -0700
  • 03855960cd De-lint ecs branch Ian Ling 2021-01-03 12:48:16 -0800
  • 68d2486fbb
    Merge pull request #1016 from Ziemas/useless_dcc_math Tim Sarbin 2021-01-01 20:03:28 -0500
  • 9a1e8c67a9
    Merge branch 'master' into useless_dcc_math Tim Sarbin 2021-01-01 20:02:19 -0500
  • 594d65ea25
    Merge pull request #1015 from ThomasChr/npc_label_above_inventory_fix Tim Sarbin 2021-01-01 20:00:28 -0500
  • 826b1224f6 This DCC frame size calculation seems useless Ziemas 2021-01-02 01:56:09 +0100
  • db87175872 Render HUD before Panels (in this Case 'Panels' only does mean Inventory Panel). This is to avoid Entity Labels to be renderd above the Inventory Panel. Fixes #936 ThomasChr 2021-01-01 20:49:49 +0100
  • 0cf47b9b57 Add checkboxes, checkbox test scene Ian Ling 2020-12-31 20:07:51 -0800
  • 17fe8f3277
    Merge pull request #1014 from essial/master Tim Sarbin 2020-12-30 02:12:34 -0500
  • 92989d6d7a Removed improper ebiten dependency in d2interface. Tim Sarbin 2020-12-30 02:08:32 -0500
  • 987610626e
    Merge branch 'master' into code-cleanup2 Tim Sarbin 2020-12-29 15:38:49 -0500
  • ad1decc813
    Merge pull request #1013 from essial/master Tim Sarbin 2020-12-29 15:31:05 -0500
  • d18243102b Yet another yaml fix Tim Sarbin 2020-12-29 15:29:15 -0500
  • a4db59931c
    Merge pull request #1012 from essial/master Tim Sarbin 2020-12-29 15:25:23 -0500
  • 23f05752b3 Fix yaml errors Tim Sarbin 2020-12-29 15:24:17 -0500
  • 72f34ea14e
    Merge pull request #1011 from essial/master Tim Sarbin 2020-12-29 15:21:57 -0500
  • b18936eed0 Updated workflows Tim Sarbin 2020-12-29 15:20:24 -0500
  • edd0cb0aae Fiddling with actions names Tim Sarbin 2020-12-29 15:16:18 -0500
  • 2a3b5b143a
    Merge pull request #1010 from essial/master Tim Sarbin 2020-12-29 15:11:00 -0500
  • 97a2923b25 remove build job requirement Tim Sarbin 2020-12-29 15:05:48 -0500
  • c8723656c1
    Merge pull request #1009 from essial/master Tim Sarbin 2020-12-29 15:04:02 -0500
  • 15729b8691 Removed PR requirement for action Tim Sarbin 2020-12-29 15:01:40 -0500
  • 936b3d5de5 Switched to self hosted build agent Tim Sarbin 2020-12-29 11:05:52 -0500
  • 59fb84dff8
    Merge pull request #1 from OpenDiablo2/master James Hennessy 2020-12-28 21:08:04 -0800
  • 3a62342421
    Update sound_effect.go James Hennessy 2020-12-28 21:07:49 -0800
  • 427170e2e8
    Merge pull request #1001 from gucio321/game-control-refactor Tim Sarbin 2020-12-28 20:27:33 -0500
  • 4b870de39e
    Merge pull request #1008 from ianling/master Tim Sarbin 2020-12-28 20:26:43 -0500
  • 3936e01afb Networking bugfixes and cleanup Ian Ling 2020-12-28 13:33:17 -0800
  • f3a869c2be
    Merge pull request #1006 from Intyre/engine Tim Sarbin 2020-12-23 22:32:50 -0500
  • 9ce9c2f848 Reduce GetTiles slice allocation Intyre 2020-12-23 21:58:39 +0100
  • a8ebddb917
    Merge pull request #1004 from Intyre/linter Tim Sarbin 2020-12-23 15:44:11 -0500
  • 49c54c5fae
    Merge pull request #1003 from Intyre/d2datautils Tim Sarbin 2020-12-23 15:43:20 -0500
  • 5f9e06c09c Fixed gocritic linter issues Intyre 2020-12-23 11:02:58 +0100
  • 1e91df996c Refactor StreamReader Intyre 2020-12-23 10:40:13 +0100
  • b78dca52c2 Refactor StreamWriter Intyre 2020-12-23 10:39:58 +0100
  • 8a7514cd1a
    Merge pull request #1002 from gucio321/hotfix3 Tim Sarbin 2020-12-22 17:09:50 -0500
  • b4f1e8cbbd
    Merge pull request #1000 from gucio321/multi-language-support Tim Sarbin 2020-12-22 09:25:20 -0500
  • e6dd0bc35d fixed bug with terminal's logLevel M. Sz 2020-12-22 15:18:14 +0100
  • 0e2ca7d851 removed unnecessary switch-case statments from onKeyUp and onEscKey M. Sz 2020-12-22 14:59:15 +0100
  • 3a5175f034 fixed build and lint errors M. Sz 2020-12-22 14:28:29 +0100
  • 8700d63f67 game-controls refactor M. Sz 2020-12-22 14:21:34 +0100
  • bc17f2c422 ckecked value of italian modifier M. Sz 2020-12-22 10:45:30 +0100
  • 0f658d5dec
    Merge pull request #999 from Intyre/term Tim Sarbin 2020-12-21 20:21:20 -0500
  • f86365694b
    Merge pull request #996 from gucio321/skill-icons Tim Sarbin 2020-12-21 19:25:49 -0500
  • 570ec238ff Fixed linter issues Intyre 2020-12-21 22:22:27 +0100
  • 74a006c252 A wild } appeared Intyre 2020-12-21 22:00:07 +0100
  • 04ec879035 Cleaned up d2term Intyre 2020-12-21 21:46:58 +0100
  • 0c04e9b3d5 skill select menu dependencies (when we open skillselect menu, other panels are closed) M. Sz 2020-12-21 17:37:59 +0100
  • 8a55e1bd4b
    Merge pull request #995 from gucio321/tcp-ip-tips Tim Sarbin 2020-12-21 08:21:48 -0500
  • d902d3a8d7 removed unneccessery d2asset.AssetManager argument from d2ui.NewUIFrame M. Sz 2020-12-21 13:10:04 +0100
  • 2869aea4f5 tip-labels in tcpip menu M. Sz 2020-12-21 12:48:59 +0100
  • 1212c94785 d2ui.Frame refactor M. Sz 2020-12-21 09:46:52 +0100
  • fdbfc9a58e
    Merge pull request #993 from gucio321/onHover-bugs2 Tim Sarbin 2020-12-20 12:28:17 -0500
  • 40c2fac4f8 Revert "fixed onHover bug in d2ui.Sprite" M. Sz 2020-12-20 13:50:18 +0100
  • 5409dc4ef2
    fixed onHover bug in d2ui.Label (#991) gucio321 2020-12-19 21:28:40 +0100
  • fbfea917cb
    added static checks to d2ui (#990) gucio321 2020-12-19 21:28:07 +0100
  • 540f285468
    fixed onHover bug in d2ui.Sprite (#992) gucio321 2020-12-19 21:05:41 +0100
  • 8b557062fb fixed onHover bug in d2ui.Sprite M. Sz 2020-12-19 18:29:15 +0100
  • 13669b6b83 fixed onHover bug in d2ui.Label M. Sz 2020-12-19 18:17:45 +0100
  • 74cca868f3 added static checks to d2ui M. Sz 2020-12-19 18:12:01 +0100
  • a4a7c8d7e7
    Merge pull request #988 from Intyre/log Tim Sarbin 2020-12-18 19:24:01 -0500
  • ec91203782 Renamed MonStat2Record Intyre 2020-12-18 19:03:13 +0100
  • 05e9f34765 Renamed ObjectDetailRecord Intyre 2020-12-18 19:02:34 +0100
  • 2dc490b152 Renamed MonStatRecord Intyre 2020-12-18 18:59:29 +0100
  • af6a8272dd Renamed SoundDetailRecord Intyre 2020-12-18 18:51:41 +0100
  • a62e21a572 Renamed CharStatRecord Intyre 2020-12-18 18:50:42 +0100
  • c7288eec38 Cleanup d2records logging Intyre 2020-12-18 07:40:54 +0100
  • 7509a0d963
    Merge pull request #986 from Intyre/pr Tim Sarbin 2020-12-18 12:22:34 -0500
  • 719480e95b
    Merge pull request #985 from gucio321/hotfix Tim Sarbin 2020-12-18 12:21:51 -0500
  • 5ad7400e2b fixed lint error M. Sz 2020-12-18 13:55:59 +0100
  • 1150832485 removed unneccessery GetSize() methods from d2ui.Label and d2ui.Sprite M. Sz 2020-12-18 13:54:08 +0100
  • 490eb01858 OnHover works for sprites now M. Sz 2020-12-18 13:51:28 +0100
  • 4b8c4200a1 added label-button to d2ui & improved static-checks in d2ui M. Sz 2020-12-18 13:16:26 +0100
  • add41494be Replaced kingping with flag package Intyre 2020-12-16 08:11:28 +0100
  • 178703f280 level-up buttons tooltips M. Sz 2020-12-17 18:58:12 +0100
  • 6497493d57
    Merge pull request #984 from gucio321/escape-menu2 Tim Sarbin 2020-12-17 11:37:13 -0500
  • c79c2a8c89
    Merge pull request #983 from gucio321/quest-log-part2 Tim Sarbin 2020-12-17 11:35:25 -0500
  • 84cac0d181
    Merge pull request #15 from gucio321/master gucio321 2020-12-17 15:10:25 +0100
  • d58ed6202f fixed quest descr bug & added code description M. Sz 2020-12-17 12:04:37 +0100
  • 8a027eb48d animation stops playing, when quest log is closed & quest socket gets highlighted, when animation is playing & fixed highlight bug M. Sz 2020-12-17 11:02:39 +0100
  • 27270e7d98
    Merge pull request #975 from gucio321/add-skill-buttons Tim Sarbin 2020-12-16 18:41:28 -0500
  • 52dbaebc2f
    Merge pull request #982 from gucio321/readme-update Tim Sarbin 2020-12-16 18:40:49 -0500
  • 290dd1c58f
    Make linter happy Intyre 2020-12-16 23:17:33 +0100
  • a5dd7c3a34
    Merge branch 'master' into flag Intyre 2020-12-16 22:57:16 +0100
  • f3f56f84c0 Removed LogLevel from config file Intyre 2020-12-16 22:54:01 +0100
  • c1b1a2819f Added LogLevel to AssetManager Intyre 2020-12-16 22:52:12 +0100
  • 0813c6a412 LogLevel from arguments Intyre 2020-12-16 22:34:17 +0100