• Print

Author Topic: Things left to do for 3.20  (Read 31 times)

0 Members and 1 Guest are viewing this topic.

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Things left to do for 3.20
« on: August 30, 2007, 10:58:41 am »
* Access menu!
* Finish up issue 136
* Switch the other menus and motd to use Derma, add wiremod detection for admin menu. (Ideally, other mods would support US on this, and we'll just make an easy function to add. Perhaps we should add wiremod as a separate module?)
* Issue 139? I think it's a good idea
* Definitely want to include issue 121
* Is server.ini STILL being run before server.cfg? If it is, we'll have to make our own simple think-timer to delay it since timers aren't called on deds until someone joins.
* Something like Kyzer's report module? Or is that better left as a module?
* Lastly, did you still want to do issue 110, spbogie?

Also, we need to check listen server to make sure everything's okay still. I ran it on my laptop and the new file execution and the motd seemed to be having issues. Didn't have enough time to explore when I saw them.

EDIT:

Also need to think of a way to stop the modules from depending on each other. Like the menu commands defined inside util.lua and all the log stuff. (Or maybe just make log required non-module? That may be the better route)


Check into why players have the usergroup "user" twice sometimes.
Add drop down box to choose gamemode to the maps menu.
Add ability to use '\n' in adverts.
Remove alias stuff from ULX.
Fix ULib comments.
Bans menu.
User administration commands
ulx who - show custom groups
Clean out the ULib table insert by string junk
New ULX help
« Last Edit: September 17, 2007, 05:49:25 pm by Megiddo »
Experiencing God's grace one day at a time.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Things left to do for 3.20
« Reply #1 on: August 30, 2007, 03:32:03 pm »
HAHAHA! Access menu. 3.2 will never be released!
?me calms down. Sorry.

136 is done for as much as its going to be for a while. (At least while it waits on me. You guys are welcome to work on it. I forget what ULib file I added functions to)
I couldn't figure out how to get Player:GetWeapons to work. Haven't had time or patience to try.
I could recurse the table using (darn, forget now, ParseTable, PrintTable? Some table command in Gmod Lua), but the second recursion of the table would always come back NULL.

For now, 136 will return player back to armor/health they had before.
I think Kyzer's report module is fine. I haven't looked deeply, perhaps assist with some polish if needed. Leave as a module IMO.
136 is an excellent idea.
No idea about server.ini.

Won't 110 complicate things if users start adding thier own groups? Or do we just give instruction in groups.txt telling people to 'number' the heirarchy?

 
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

  • Print