- Mar 04, 2021
-
-
Rob Swindell authored
Renamed from *.asc to *.msg Replaced mouse hot-spot @-codes with the color-coded hotspots Removed trailling newline in head.* to avoid line-wrap in PabloDraw on @ include line The Sysop Menu line still wraps (in PD) - no easy solution for that just yet. For nickshanks1 in IRC.
-
Deucе authored
While we're looking at the exit behaviour, use the recfile close method now instead of f.file.close().
-
- Mar 03, 2021
-
-
Deucе authored
About the only thing still missing is the ALLOFF utility which is simple enough, but various other bits really need to be fixed before that is done.
-
Deucе authored
A couple minor TODOs (can't launch REF editor for example)
-
Deucе authored
-
Deucе authored
-
Deucе authored
Also, keep the cursor at the player position a bit better.
-
Deucе authored
-
Deucе authored
-
- Mar 02, 2021
-
-
Deucе authored
Too lazy to add everything, but I need these for l2cfg.
-
Deucе authored
The various __GNUC__ macros are defined in other compilers and indicate support for a C language standard and can't be used to detect if gcc the compiler is being used.
-
Deucе authored
Beginnings of the map editor created, common functions from lord2.js moved into l2lib.js for sharing.
-
Deucе authored
Apparently, I've never needed this before.
-
- Mar 01, 2021
- Feb 28, 2021
-
-
Rob Swindell authored
-
Rob Swindell authored
instead of the RFC977 502. Reportedly, this will trigger Thunderbird to prompt for or send client credentials. This should fix issue #208.
-
Rob Swindell authored
The service clients count is now a protected int, so deal. On Windows, this was resulting in the "total" and "served" values logged as 4294967295.
-
Rob Swindell authored
from Tracker1: agree -auto should probably be removed
-
Deucе authored
- When a player number is passed in an IF, subtract one to get the index - Normalize @begin handling for all @if lines.
-
Rob Swindell authored
This is a full-screen game, so don't let this ctrl-key handlers mess up the game/map display.
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
pass true if blink is desireable for blink/high-blink fonts.
-
Rob Swindell authored
-
Rob Swindell authored
Previously, if a blink or high-blink font was specified in a font section it was assumed that you did not want the terminal to actually blink the glyphs displayed with that/those fonts. In some cases, blink may be preferable, so if wantblink=true, then leave blink enabled on the terminal for blink/ high-blink fonts.
-
Deucе authored
- saybar needs to leave cursor at 78,20 for BETTER.REF and TALQUIZ.REF - buymanager and sellmanager start on the current line, not a hard-coded one - buymanager and sellmanager need to clean their area on return - handle do handlers in if before checking for begin (assuming do). Fixes issue in GIVE.REF where "then goto begin" was interpreted as "then do begin". - "Fix" more prompt in @key to not center and always display " <MORE>" as the prompt. A number of things use @key after @saybar
-
Deucе authored
Much better than the default "SyncConsole".
-
Deucе authored
-
Deucе authored
- Trim bar to 76 characters (triggered by MORTAL.REF) - If the player initial map can't be loaded, move to 0,0,0 - draw_map() can't auto-load the players map (ORACLE2.REF loads a map without the player on it) - When we draw a new map, set last_draw to undefined - If you move off the edge of a map into an undefined map, simply don't move (triggered by GLENDALE.REF) - Move play on map *after* a REF is ran (and you're potentially moved back)
-
Rob Swindell authored
Not sure why it was removed, apparently by accident.
-
Deucе authored
Fixes the new issue where you would see the player move when x and y are changed, but should still leave the smackrod happy.
-
Deucе authored
Fixes CNW "Vehicles & People" some more.
-
Deucе authored
Fixes CNW "Vehicles & People" people list.
-
Deucе authored
-
Deucе authored
This provides a way to create muscle memory for random fights... HOME will always take you to 'Attack' and END will always take you to 'Run Away' now. Two birds with one stone, yay!
-
Deucе authored
Previously, it did a case sensitive match against names that started with what you typed including LORD codes. Now it strips codes from both and does a case-insentive substring match.
-
- Feb 27, 2021
-
-
https://gitlab.synchro.net/sbbs/sbbsMJ authored
-
MJ authored
-
Deucе authored
-