Skip to content
Snippets Groups Projects
  1. Sep 09, 2020
  2. Sep 08, 2020
  3. May 24, 2020
  4. Apr 11, 2020
  5. Mar 20, 2020
  6. Mar 19, 2020
  7. Feb 22, 2020
  8. Feb 19, 2020
  9. Jan 08, 2020
  10. Jan 02, 2020
  11. Dec 17, 2019
  12. Dec 06, 2019
  13. Nov 30, 2019
  14. Nov 08, 2019
  15. Nov 07, 2019
  16. Aug 24, 2019
    • toaster's avatar
      Lua save-banks! · 4e256b73
      toaster authored
      * Array of 8 INT32's natively embedded into savedata (net and SP)!
      * Initialised to zero whenever a new save (or equivalent) is started, otherwise untouched by the base game.
      * Requires reservation to avoid clobber-conflicts.
          * Access via `reserveLuabanks()` - returns a read-write userdata.
          * Assign userdata to local variable or global rawset to use later.
      
      Mostly for future SUGOIlikes, but I'm sure someone could figure out an unrelated usage eventually.
      4e256b73
  17. Nov 30, 2018
  18. Nov 25, 2018
  19. Nov 11, 2018
  20. Oct 21, 2018
  21. Oct 20, 2018
  22. May 17, 2017
  23. Nov 24, 2016
  24. Oct 27, 2016
    • Monster Iestyn's avatar
      Created lua_blockmaplib.c, for Lua's blockmap library · dc1e7165
      Monster Iestyn authored
      my P_SearchBlockmap_* functions are now a single searchBlockmap function, you can choose between "objects" and "lines" with the first arg to decide what to iterate through. I also rearranged the argument order a bit for easy stack cleanup etc
      
      I'll remove the old stuff later, don't worry, it's disabled for now
      dc1e7165
  25. Jul 08, 2016
  26. May 25, 2016
  27. May 18, 2016
  28. Mar 03, 2016
    • wolfs's avatar
      Lua slope manipulation stuff! · b0cbc8ab
      wolfs authored
      Warning: Incomplete. Very prone to crashing and I might not have handled some things properly. Use with caution.
      b0cbc8ab
  29. Jun 17, 2015
  30. Aug 04, 2014
  31. Mar 15, 2014
Loading