------------------------------------------------------------------------ r2155 | helixhorned | 2011-12-04 13:21:01 -0800 (Sun, 04 Dec 2011) | 6 lines a.m32: New function save_restore_hlsectors, also accessible from the Quote-F menu. If some sectors are highlighted, save their indices. The highlighting of those particular sectors can then be restored at a later time (but careful across structural modifications that tweak sector indices) by running the same function. Shares a 'gamearray' with function 'collect_teleporting_sectors', so the latter will reset this one when run. ------------------------------------------------------------------------ r2154 | helixhorned | 2011-12-04 13:20:48 -0800 (Sun, 04 Dec 2011) | 2 lines M32Script: when failing to compile a state with a menu name, don't keep the menu entry. ------------------------------------------------------------------------ r2153 | helixhorned | 2011-12-04 13:20:31 -0800 (Sun, 04 Dec 2011) | 3 lines Mapster32: fix filling all sectors of a bunch with Ctrl-U. Previously, only one sector was filled and the 'clear bunch' message was displayed even if the operation was canceled. ------------------------------------------------------------------------ r2152 | helixhorned | 2011-12-04 13:20:17 -0800 (Sun, 04 Dec 2011) | 2 lines CON parser cleanup: make labelcode save offsets to CON code instead of pointers and make it into an int32_t*. ------------------------------------------------------------------------ r2151 | helixhorned | 2011-12-04 13:19:57 -0800 (Sun, 04 Dec 2011) | 1 line CON parser cleanup: make labeltype be an int32_t* instead of an intptr_t*. ------------------------------------------------------------------------