NovaRain
|
52e796815a
|
Fixed a crash bug in FullItemDescInBarter
* when weapon/ammo has no description, it'd trigger UB from strncpy_s.
|
2022-12-17 10:35:39 +08:00 |
|
![dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>](/assets/img/avatar_default.png) 
|
6c7bbb5a58
|
Bump nokogiri from 1.13.9 to 1.13.10 in /docs (#449)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.9 to 1.13.10.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.13.9...v1.13.10)
---
updated-dependencies:
- dependency-name: nokogiri
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-12-08 12:17:40 +08:00 |
|
NovaRain
|
05f2fb4001
|
Minor edits to Functions_def.h
|
2022-12-03 13:18:06 +08:00 |
|
NovaRain
|
024a13c6a8
|
Minor edits to code and documents
|
2022-12-01 08:40:39 +08:00 |
|
NovaRain
|
9ecd598544
|
Fixed args for HOOK_RESTTIMER
|
2022-11-26 09:58:13 +08:00 |
|
NovaRain
|
8521c1772b
|
Minor edits to a few ASM hacks
(Changed 2-bytes null jcc to just 2 nop)
|
2022-11-16 12:19:04 +08:00 |
|
NovaRain
|
f7d94e16c9
|
Tweaked HOOK_INVENTORYMOVE for dropping caps
* before the amount was set in the dropped object only after the hook.
Edits to hook script documents.
|
2022-10-29 11:32:25 +08:00 |
|
NovaRain
|
3b8d2a4527
|
Edited the format for window title
Reorganized RMOBJ_* defines in define_extra.h.
|
2022-10-27 17:20:41 +08:00 |
|
NovaRain
|
db7419a2f7
|
Some format edits to documents
Updated version number.
|
2022-10-25 21:23:21 +08:00 |
|
![dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>](/assets/img/avatar_default.png) 
|
e93ca6fcab
|
Bump nokogiri from 1.13.6 to 1.13.9 in /docs (#447)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.6 to 1.13.9.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.13.6...v1.13.9)
---
updated-dependencies:
- dependency-name: nokogiri
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-10-21 11:12:22 +08:00 |
|
NovaRain
|
6181140954
|
Minor edit to hook script document
|
2022-10-18 09:07:31 +08:00 |
|
NovaRain
|
007fa7314b
|
Minor edit to hookscripts.md
|
2022-10-18 08:58:51 +08:00 |
|
NovaRain
|
87f5a5f081
|
Fixed incorrect critter names for corpses
* happens when multiple critters based on the same proto with
different scripts attached are killed.
Tweaked the fix for create_object_sid function.
|
2022-10-09 23:25:15 +08:00 |
|
NovaRain
|
5d5da0a471
|
Code correction to LoadOrder.cpp
Updated version number.
|
2022-09-28 10:17:11 +08:00 |
|
NovaRain
|
bd15cf2b9e
|
Fixed the order of autoloaded dat files on FAT file system
|
2022-09-27 16:14:38 +08:00 |
|
NovaRain
|
ea2a4bfdfa
|
Edited [ExtraPatches] description in ddraw.ini
|
2022-09-22 10:49:16 +08:00 |
|
![dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>](/assets/img/avatar_default.png) 
|
8ad4f86e1d
|
Bump commonmarker from 0.23.4 to 0.23.6 in /docs (#444)
Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from 0.23.4 to 0.23.6.
- [Release notes](https://github.com/gjtorikian/commonmarker/releases)
- [Changelog](https://github.com/gjtorikian/commonmarker/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gjtorikian/commonmarker/compare/v0.23.4...v0.23.6)
---
updated-dependencies:
- dependency-name: commonmarker
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-09-22 10:46:18 +08:00 |
|
NovaRain
|
c4b55734d1
|
Release 4.3.7
v4.3.7
|
2022-08-27 21:15:14 +08:00 |
|
NovaRain
|
ec5874a3c4
|
Fixed HOOK_REMOVEINVENOBJ to match RMOBJ_* defines
Edits to define_extra.h for RMOBJ_* defines
|
2022-08-14 11:04:17 +08:00 |
|
NovaRain
|
8b3a2bcead
|
Expanded set_pipboy_available function for mode 2
|
2022-08-11 21:24:47 +08:00 |
|
NovaRain
|
13cf81e151
|
Code edits to SpeedInventoryPCRotation
Updated version number.
|
2022-08-09 21:32:59 +08:00 |
|
NovaRain
|
efdd6afa34
|
Fixed the lighting of critters in gl_partycontrol
|
2022-08-09 08:43:39 +08:00 |
|
NovaRain
|
c878d17a2b
|
Added support for editor.msg to message_str_game
Edits to header files.
|
2022-08-09 08:12:54 +08:00 |
|
NovaRain
|
050af07b3b
|
Corrected the language path for loading art files
|
2022-08-08 22:08:24 +08:00 |
|
NovaRain
|
1e5fd7fd13
|
Combined AllowDShowSound=2 with mode 1
Removed MoreTiles from ddraw.ini (always enabled)
Minor edits to documents.
|
2022-08-08 09:08:05 +08:00 |
|