3075 次程式碼提交 (a25cb8c71e44e9f047350a3988d785414d492b00)
 

作者 SHA1 備註 提交日期
  Shaun a25cb8c71e refactor[#1698]: More work on moving chat out of codebase to mod 3 年之前
  Shaun e9d0b5b2c4 initial commit 3 年之前
  Shaun 7b4e9bf360 modding[#1697]: Added a client-side event that fires after a UI is rendered and changed the uiBase.on helper to include the fired event object when calling the handler 3 年之前
  Shaun d792503a57 enhancement[#1696]: Adding a hideMonetization url parameter now hides the donate and patreon links from the login screen 3 年之前
  Shaun 96182ddaab chore: bumped version to 0.8.5 3 年之前
  Shaun 0447f181f9 bug[#1689]: Redacted 3 年之前
  Shaun Kichenbrand 6ea12fecb5 bug[#1548]: Self stuns caused by charging are no longer resistable and physics.removeObject is now only called at the end of a charge and fireblast (to ensure the right position is used) 3 年之前
  Shaun 4c5e115cec bug[#1684]: Fixed a problem with animations on big objects rendering with an offset 3 年之前
  Shaun 8b3c7fd20e bug: Boss animations weren't marked as big textures 3 年之前
  Shaun 1ed4cf4496 security: Fixed npm audit vulnerability 3 年之前
  Shaun 3f2095f76e chore: bumped version to 0.8.4 3 年之前
  Shaun b64010c8bc bug: due to renderer changes, auras were rendering as 8x8 instead of 16x16 3 年之前
  Big Bad Waffle 4ddc8b4592 Merge branch '1671-setSprite-sprite-size' into 'master' 3 年之前
  Shaun 7b884034ab bug: Fixed a crash caused by castSpellOnHit spells not having a name 3 年之前
  Shaun 5e76ec31d4 refactor[#1671]: Fixed confusing, ugly and redundant code that deals with setting sprite textures and positions 3 年之前
  Shaun 6172042ac2 chore[#1671]: Removed a duplicate array.includes check 3 年之前
  Shaun a3a719d229 bug[#1671]: Fixed an issue where shrinking sprites weren't properly handled and cleaned up the code a bit 3 年之前
  Shaun a9e43d0c3b bug[#1671]: The setSprite method now takes into account when sprites change sizes (bigObjects vir regular) 3 年之前
  Big Bad Waffle 2ba92d26ee Merge branch 'char-select-keyboard' into 'master' 3 年之前
  Kenta Hayakawa 78b75da762 Store characters to determine if we can use arrow keys instead of checking DOM, and store selectedIndex separately 3 年之前
  Shaun 849b57a3ac Merge branch 'master' of gitlab.com:Isleward/isleward 3 年之前
  Shaun c7ec3dae82 modding[#1659]: Added saveData to the onAfterBuildPlayerObject event so mods can access the saved character data 3 年之前
  Big Bad Waffle 1b5fb5fc54 Merge branch 'master' into 'master' 3 年之前
  vinnyluu2 206da1bf7f removed duplication 3 年之前
  vinnyluu2 93369410fc fix item worth not taking on right value when generated with item reduction 3 年之前
  Shaun 2ea0b9eb19 Merge branch 'master' of gitlab.com:Isleward/isleward 3 年之前
  Shaun 362f33ee4c added fixes for squashling pet and elixir of infatuation sprites 3 年之前
  Big Bad Waffle f26301c488 Merge branch 'mod-chat' into 'master' 3 年之前
  Cassandra Cain 4c9d896ebd polish[#1503]: Bypassed chat restrictions if account has mod privileges 3 年之前
  Shaun 472ac230a0 Merge branch 'master' of gitlab.com:Isleward/isleward 3 年之前
  Shaun ef9401b236 bug[#1654]: Fixed a crash caused by player objects with names of objects getting drops 3 年之前
  Big Bad Waffle c44d9bc0f7 Merge branch 'fix_setlevel' into 'master' 3 年之前
  VinnyLuu f78a355ecf issue[#1490] Fix setlevel not giving passive tree points 3 年之前
  Shaun 9f0c4227f2 bug[#1650]: The anti-spam filter now checks properly for duplicate messages again 3 年之前
  Shaun af9c24df65 bug[#1649]: Fixed a crash in the renderItem helper on mobile 3 年之前
  Shaun 516bdf9170 bug[#1639]: Fixed the priest's reference to the gaekatlan druid skin that was changed from 3.0 to gaekatlan-druid 3 年之前
  Shaun 6f5f32507b Merge branch 'master' of gitlab.com:Isleward/isleward 3 年之前
  Shaun 5d96e29a9a bug[#1647]: Fixed a bug that caused neighboring sprites to be visible when using renderItem to render sprites smaller than 16px 3 年之前
  Big Bad Waffle b3cddcbb2e polish[#1645]: Fixed a typo in Yala's dialogue. 3 年之前
  Nodal (Lunera) b4f132a3fc Fix typo in line 190 3 年之前
  Shaun 20b9a41f5e refactor[#1639]: Removed necromancer sprites from class-necromancer as they've been moved to the cosmetics mod 3 年之前
  Shaun a99d02ab96 bug[#1640]: Fixed an issue where contextActions kept growing when people logged on 3 年之前
  Shaun aa0dd8aab9 chore: updated version to 0.8.3 3 年之前
  Shaun ea46a6ea83 modding[#1642]: Mods can now specify dependsOn arrays to instruct the mod loader in which order mods should be loaded 3 年之前
  Shaun b6dc4e4257 polish[#1626]: Added styling to login input fields in safari that was missing 3 年之前
  Shaun 0bb9754b8d modding[#1640]: Removed ban, mute and unmute from the codebase and added new modding events to skip sending messages and add new components to players when they log in 3 年之前
  Shaun 9aa55458f2 modding[#1639]: Removed unused skins from characters and deleted unused skins folder 3 年之前
  Shaun 959ecc39ed modding[#1639]: Removed extra skins from codebase as they are being moved to a mod 3 年之前
  Shaun 9d8c1ad6c9 enhancement[#1638]: The profanities module is now initialized on map threads too so that mods can use the isClean method 3 年之前
  Shaun a10aff9caf bug[#1637]: Fixed an issue where item tooltips would appear when pressing shift if an item element was previously hovered then subsequently destroyed 3 年之前