It's now up to date again (last full update was 0.76!).
Even LuaFonts and the upcoming LuaLobby are now documented.
HF
Updated LuaWiki for 0.82rc
Moderator: Moderators
- bobthedinosaur
- Blood & Steel Developer
- Posts: 2702
- Joined: 25 Aug 2004, 13:31
Re: Updated LuaWiki for 0.82rc
thank you jk
- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
Re: Updated LuaWiki for 0.82rc
?????!!!!jK wrote:It's now up to date again (last full update was 0.76!).
Even LuaFonts and the upcoming LuaLobby are now documented.
HF



And, thanks

Re: Updated LuaWiki for 0.82rc
What's the difference between Say and SayEx?
What's an "aggreement"?
I see only commands for IRC-like part of the lobby, how do we create and join battle?
(Come to think of it, theorically, I could implement my own protocol, with a widget sharing info about battle through text message in a secret channel, and then the widget writing startscript and running Spring.exe. Well, it'd need a GetMemberIP function though.)
What's an "aggreement"?
I see only commands for IRC-like part of the lobby, how do we create and join battle?
(Come to think of it, theorically, I could implement my own protocol, with a widget sharing info about battle through text message in a secret channel, and then the widget writing startscript and running Spring.exe. Well, it'd need a GetMemberIP function though.)
Re: Updated LuaWiki for 0.82rc
Thank you very much!
Re: Updated LuaWiki for 0.82rc
Nevermind, googling 'sayex protocol' led me to taspring_0.74b1/.../LobbyProtocol.txt where I read that sayex is /me style commands, and that agreement are sent by server to client right after login, and that the client must confirm them. I guess it must be those "Are you sure you're old enough?" "You're breaking the law, wanna continue?" popups we used to get at start. You might want to fix the spelling on the number of G before it's used, though. And I have no idea what's a poll.
Re: Updated LuaWiki for 0.82rc
Looking good. Still can't find the various Set<x>RulesParam, only the Gets, though.
Re: Updated LuaWiki for 0.82rc
That's part of the still undocumented LuaRules-only API.FLOZi wrote:Looking good. Still can't find the various Set<x>RulesParam, only the Gets, though.