Releases: NutScript/NutScript
Releases · NutScript/NutScript
1.2.3
What's Changed
- GetMoneyModel hook by @Rorkh in #86
- ItemShouldTakeDamage hook added by @Rorkh in #87
- Revert "ItemShouldTakeDamage hook added" by @TovarischPootis in #88
- Numerous minor improvements and deprecation fixes by @TovarischPootis in #85
- Allow bodygroups to persist after outfits that edit bodygroups change them by @TovarischPootis in #89
- inventory:destroy null id by @Heyter in #95
- Compression On Inventory Sync by @theopathy in #99
- Fix locking simfphys vehicles by @Xem0n in #105
- Add omitted argument by @Xem0n in #104
- Update sh_russian.lua by @Dobytchick in #108
- Code Cleanup within derma folder by @StarLight-Oliver in #103
- documented character methamethods by @Dobytchick in #117
- ternarity of currency.get by @Dobytchick in #116
- fix error by @Dobytchick in #118
- nut.playerInteract documentated by @Dobytchick in #119
- fix error by @Dobytchick in #122
- non-existent player in onUnequipWeapon by @Dobytchick in #123
- removed deprecated method by @Dobytchick in #124
- Documentation tests by @DoopieWop in #136
- Recommited Vendor Crash Issue to 1.2.3 by @bleonheart in #132
- Bots + Area + Pain by @TovarischPootis in #137
- fixed pain sound hook called by all entities by @DoopieWop in #138
- getNetVar, getLocalVar -> SHARED realm by @Dobytchick in #142
- Зарадить -> Зарядить by @Dobytchick in #143
- useless netstream deleted by @Dobytchick in #145
- SAM Commands by @TovarischPootis in #141
- critical bug: removing nutSeqCallback from player object. by @Dobytchick in #146
- documented nut.log by @Dobytchick in #147
- formatting by @TovarischPootis in #148
- UI update by @TovarischPootis in #151
- Sam Command Admin Chat by @TovarischPootis in #157
- Fix debug.getregistry by @Dobytchick in #159
New Contributors
- @Rorkh made their first contribution in #86
- @Heyter made their first contribution in #95
- @theopathy made their first contribution in #99
- @Dobytchick made their first contribution in #108
- @StarLight-Oliver made their first contribution in #103
- @DoopieWop made their first contribution in #136
Full Changelog: 1.2.2...1.2.3
1.2.2
- Add default stamina and stamina regen configs
- Override description in nshud
- Font scaling
- New hooks
- New way to define bodygroups for factions
- Numerous bug fixes
- Updated localization files
- Many many other smaller minor fixes, changes and additions
1.2.1-patch1
Includes important bugfixes
1.2.1
1.2.1 update (#45) * Area timer optimizations * Update database configuration loading (again) (#21) * Create database.example * Added persistence plugin (#23) * snip * 1.2 wip (#24) * Add persistence plugin * lua consistency newlines and || vs or * Removed restrictions plugin alliances * Update sv_database.lua * whitespace * Update sh_plugin.lua * Revert "Merge pull request #10 from Zoephix/1.2-wip" This reverts commit 944229f4eb9fc74af5dba8259c689ba28881e243. * Revert "Update sh_plugin.lua" This reverts commit 57cc63e3b3d687afc9fae6b88f9cdb732b2b3ed6. * yet another date modification, this time, lightweight * Removed already defined starting time * Update database configuration loading * Added date migrations * Added date migrations * Update chatbox icons * As suggested, timer runs only on day change rather than every 5 minutes * Update README.md * doesnt exist anymore * Added more valid config locations * Update config loading * Update config loading * Update config loading * Added example database configuration * Added credits tab * Added hover sound * whitespace * Credits tab (WIP) * Added contributors to the credits * Increased spacing, extra polishing * Increased font size Co-authored-by: TovarischPootis <[email protected]> * snip * Fixed devName error * Author name fetching via Steam ID (#27) * Author name fetching via Steam ID * string.match * Fixed admin delay * Fixed admin chat delay * Added chat icons * Return the disconnected player's Steam ID * Lua consistency * Whitespaces + Deprecated Cleanup Whitespaces and deprecated code cleanup. * Key fix for 1.2-wip Added the key fix for 1.2-wip * Optimizations * Added hook for chat text add * Added chat timestamps (#34) * Added chat size difference plugin * Update chatsizediff.lua * Update chatsizediff.lua * tweaked font sizes * Support added for actions * Fixed invalid chat mode returning nil * Increased font weight * 1.2 wip Date/Time. != vs ~=, small fix when spawning bots (#33) * Added Hook CanDrawDoorInfo gets parsed the entity so that it can be done in specific circumstances * Update chatsizediff.lua * Update cl_plugin.lua * Fix Item Descs Fixes to items to display proper updated descriptions, rather than the default meta desc (stuff like getData in getDesc works properly now) * Deprication/whitespaces/consistency * Ability to use @ and ^ when a chat command needs a character's name input * Updated Russian localization * 1.2 wip (#40) * Fix Item Descs Fixes to items to display proper updated descriptions, rather than the default meta desc (stuff like getData in getDesc works properly now) * Deprication/whitespaces/consistency * Ability to use @ and ^ when a chat command needs a character's name input * Updated Russian localization * Return default text * Alteration to salary Allows classes to have salaries, as per suggestion by Misfit. Feel this can be useful for different ranks/divisions being paid differently. * Fixed class commit Fixed class salary commit * Another quick fix Simplifies the return if there's no money to give. * Update gamemode/core/hooks/sv_hooks.lua Works better in the long run. Co-authored-by: TovarischPootis <[email protected]> * Update gamemode/core/hooks/sv_hooks.lua Co-authored-by: TovarischPootis <[email protected]> * Update gamemode/core/hooks/sv_hooks.lua Co-authored-by: TovarischPootis <[email protected]> * Hook to hide players in Scoreboard A very simple hook that hides certain factions in the scoreboard if conditions are met. Good for hiding admin factions or event factions. * Optimization Figured out how to optimize the hiding code. * Update cl_scoreboard.lua Another small fix to the code, prevents faction appearing if amount is 0 * Update sv_hooks.lua * Update cl_scoreboard.lua * Remade Credits. Added surfaceGetURL. Added comments to ease to explain how to use. * Update cl_helps.lua * Update nscredits.lua * Fixed the autoname for plugin/schema authors * Made the logo of the ns logo in credits pulse a little * Update plugins/scoreboard/derma/cl_scoreboard.lua Co-authored-by: TovarischPootis <[email protected]> * Lead/Head, added discord invite button * Update plugins/scoreboard/derma/cl_scoreboard.lua Co-authored-by: TovarischPootis <[email protected]> * Resolve conflict because the commit was done to the 1.2 branch, not 1.2-wip Co-authored-by: Zoephix <[email protected]> Co-authored-by: VindoesCompooter <[email protected]>