- Feb 26, 2021
-
-
echicken authored
-
echicken authored
-
echicken authored
-
echicken authored
-
echicken authored
-
echicken authored
-
echicken authored
Added get-thread call, support for generatorish reply value. list-threads doesn't need offset, instead will begin at the message after 'after' if given.
-
echicken authored
-
echicken authored
-
echicken authored
-
Deucе authored
Call update_update() as well as update() when we receive UPDATE.
-
Deucе authored
Adjust some comments Use pretty_int() wherever we're displaying a number Clamp more integers Don't clear screen before drawing map
-
Deucе authored
Also, alphabetize the handlers.
-
Deucе authored
These now seem work both JS <-> JS and JS <-> L2.EXE. The only issue seems to be that infinite lives mode with L2.EXE, if you're killed and come back to life, you are no longer "on line". This does not seem to be an issue with the JS version for some reason, and may need to be "fixed"(?)
-
- Feb 25, 2021
- Feb 24, 2021
-
-
Deucе authored
Mark other player as not busy anymore after hail is done, loop through the hail menu until you leave, and retain the currently selected option between hail menu choices. This also enforces the "no fighting" rule, which doesn't really need it yet since no fighting actually works currently.
-
Deucе authored
Fixes issue where the "Disguise" item doesn't work as advertised, making winning as good much more difficult.
-
Deucе authored
update_space() assumed the cursor was at the correct location, but it never was. This caused a visual glitch when using the smackrod.
-
Deucе authored
-
Deucе authored
Fixes glitch when giving the guard at the bridge an apple to get to Castle Coldrake.
-
Deucе authored
If the script called from winning a battle (such as in training) ended up having a battle (such as leveling multiple times in one visit), weird bits of map would be displayed.
-
Deucе authored
- Added comments for broken shit - Fix score.ans generation - Handle invalid @if <x> is <y> then do constructs the same as original - Handle incorrect @do <x> is random <y> <z> constructs the same - Fix @if <x> is/=/equals <y> variable args (length, etc) - Lower-case argument to @routine - Handle @itemexit properly - Use draw_box() for popup_menu()
-
- Feb 23, 2021
-
-
Deucе authored
Define the s&he variable. prevent replace_vars() -> getvar() infinite loop on undefined var Move to end of vbar after selection Lower-case font path
-
Deucе authored
- Fix @run command to lower-case section and filename, and add .ref - Set battle flag when @busy is called - Redraw map after exiting the buy/sell manager - Fix Sell confirmation - Check the CON file every time mail is checked automatically - Turn off the battle flag when returning from a hotspot module - Fix box with calculation in draw_box - Fix sell manager first draw colour after unsellable item - Clear message area when an item is used - Run the busy routing in gametxt.ref when battle is set - Actually allow doing things with items
-
Rob Swindell authored
Even though https://docs.microsoft.com/en-us/cpp/preprocessor/predefined-macros?view=msvc-160 says they define it for C compiles, apparently they don't bother for C++. <shrug>
-
Rob Swindell authored
Apparently GNU forgot to include stdatomic.h in GCC 4.8. For Altere and his CentOS 7 system.
-
- Feb 22, 2021
-
-
Rob Swindell authored
Caught by Coverity - ftell[o] can return negative.
-
Rob Swindell authored
-
Rob Swindell authored
to mimic the behavior of the Win32 API function of the same name.
-
Rob Swindell authored
This function is the fastest file-copy method (or should be), but does not have any progress indication.
-
Rob Swindell authored
Caught by Coverity.
-
Rob Swindell authored
-
Rob Swindell authored
-
echicken authored
This page is not usable yet. Don't use it. I don't want to hear about it. Don't look at it. Don't look at me. Don't look at anything. Just close your eyes and shut up.
-
echicken authored
-
echicken authored
-
echicken authored
extra param. Added getNewestMessagePerSub(grp) and getNewestMessageInSub(sub); these do pretty much what you would guess, although maybe not exactly because what is "message" anyway? Added 'guest' mode to getThreadStats, since some stats (votes) can be shown to guests, but others (unread messages) shouldn't.
-
echicken authored
-
Rob Swindell authored
Appear to have been possible (to crash) by using a malformed text.dat file.
-