24.08.2015, 15:44
Awesome!
It's possible to change the text for change, additions, fixes, etc. Use this PHP script: https://gist.github.com/zeelorenc/f3ce6e2ac0c2d288c377 It should work. |
Here is the script for the image one as well: https://gist.github.com/zeelorenc/091796d5597b7103e3f7 I will officially post it maybe on my GitHub. https://github.com/zeelorenc/RevCTRL |
I've actually used this and it's quite handy.
The one thing I would say is that the PHP output shouldn't be grouped by category, it should be grouped by time added. Also, the categories should be coloured in groups as grey looks pretty bland when ingame. |
This comes for me on compiling
E:\CNRSF\filterscripts\RevCTRL.pwn(43) : error 001: expected token: "-string end-", but found "-identifier-" E:\CNRSF\filterscripts\RevCTRL.pwn(43) : error 037: invalid string (possibly non-terminated string) E:\CNRSF\filterscripts\RevCTRL.pwn(43) : warning 215: expression has no effect E:\CNRSF\filterscripts\RevCTRL.pwn(43) : error 001: expected token: ";", but found ")" E:\CNRSF\filterscripts\RevCTRL.pwn(43) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors. |
I've been a bit curious to see if it would be worth adding a feature to check the list of changelogs for a project. Let me know what you think.
To me it sounded a little like it would be unused, I might be adding a feature to pretty much search a revision and check which version it came from (using dialogs in-game). [helps players realise when a bug was fixed or feature has been added] Thanks for the comments. |
Sounds grate but, /news or /updates is just to see the updates of the newest version so it might be kinda useless
Btw, how can I get that image in your signature with the changelog? |
Useless to some without doubt, but very useful for people like me with over 50 curious players after each update. I can also see what I added so I know exactly what to do next (since I make updates every now and then).
Check this post to get a signature like mine: http://forum.sa-mp.com/showpost.php?...4&postcount=25 It is plain OFC, but simple enough to allow you to modify it as you wish Thanks for comments |