------------------------------------------------------------------------ r3660 | helixhorned | 2013-04-09 10:35:17 -0700 (Tue, 09 Apr 2013) | 6 lines Silence "may be used uninitialized" warning, use Batoi() for user input. Nag: The behavoir of atoi() is *undefined* if "the value of the result cannot be represented" (C99 7.20.1). Note: my nagging about undefined behaviors will *not* get less over time. :P ------------------------------------------------------------------------ r3659 | helixhorned | 2013-04-09 10:35:14 -0700 (Tue, 09 Apr 2013) | 1 line Mapster32: print the "Saved board" message more persistently. ------------------------------------------------------------------------ r3658 | helixhorned | 2013-04-09 10:35:11 -0700 (Tue, 09 Apr 2013) | 8 lines Lunatic: new-generation map format, in-memory representation ("map-int VX"). The Lunatic build compiles with new structures for sector and wall types. They have separate members for TROR {up,down}{bunch,nextwall}, so there are no conflicts with other uses of members into which they were previously shoehorned. Also, the maximum bunch limit is bumped to 512 in that build. Currently, loading from V7/8/9 and saving to V7 and V8 are supported. ------------------------------------------------------------------------ r3657 | helixhorned | 2013-04-09 10:35:03 -0700 (Tue, 09 Apr 2013) | 1 line Lunatic: move utility scripts to util/, bittest.lua -> test/test_bitar.lua. ------------------------------------------------------------------------