Browse logs with clarity: filter by type/year, search text, and inspect parsed commit details.

2100Total Files
2088SVN Logs
12Git Changelogs
1541Filtered Results

Detail

2011.08.03.Log0307.txt

📄SVN 📅2011-08-03 💾1,4 KB 2 Parsed entries CON BUILD FIX

Revision r1955

Lots of M32script tweaks:

* fix breaking out of 'switch' blocks and compilation of the 'default' case
* Have a way of assigning 'special function' menu [' F] entries to script states. Writing a string literal after the state name will register the state under that name. Menu names are limited to 24 characters and it's possible to have up to 16 of them.
* new branching command 'ifinteractive', true if a state runs from the menu mentioned above.
* new command: getnumberfromuser <<retvar>> "query_string" <maxnum> <flags>

See 'state collect_teleporting_sectors' in a.m32 for a combined usage of the new functionality.

Revision r1954

fix a typo that made TROR-nextwall corruptions only detected for the ceiling and write an auto-correction routine for inconsistencies with them.
------------------------------------------------------------------------
Raw Content
------------------------------------------------------------------------
r1956 | helixhorned | 2011-08-03 10:22:46 -0700 (Wed, 03 Aug 2011) | 1 line

Add a warning when calling {save,load}mapstate from EVENT_ANIMATESPRITES (forgotten from earlier changes).
------------------------------------------------------------------------
r1955 | helixhorned | 2011-08-03 10:22:25 -0700 (Wed, 03 Aug 2011) | 8 lines

Lots of M32script tweaks:

* fix breaking out of 'switch' blocks and compilation of the 'default' case
* Have a way of assigning 'special function' menu [' F] entries to script states. Writing a string literal after the state name will register the state under that name. Menu names are limited to 24 characters and it's possible to have up to 16 of them.
* new branching command 'ifinteractive', true if a state runs from the menu mentioned above.
* new command: getnumberfromuser <<retvar>> "query_string" <maxnum> <flags>

See 'state collect_teleporting_sectors' in a.m32 for a combined usage of the new functionality.
------------------------------------------------------------------------
r1954 | helixhorned | 2011-08-01 12:04:41 -0700 (Mon, 01 Aug 2011) | 1 line

fix a typo that made TROR-nextwall corruptions only detected for the ceiling and write an auto-correction routine for inconsistencies with them.
------------------------------------------------------------------------