Author Topic: looking for client svn recomendations  (Read 7296 times)

blowFish

  • Posts: 18
  • Turrets: +4/-1
looking for client svn recomendations
« on: October 08, 2008, 03:30:35 pm »
I've been parsing through revision 755 for the most part but it seems a bit stale anymore. I've considered 1044 as I've played with clients based off it that ran really nicely but I feel I may be able to go newer still.



Ultimately I want to be able to compile client binary and client qvms I really don't care about servermods.

benmachine

  • Posts: 915
  • Turrets: +99/-76
    • ben's machinery
Re: looking for client svn recomendations
« Reply #1 on: October 08, 2008, 11:41:57 pm »
You can use SVN HEAD with a little effort. See http://patches.mercenariesguild.net/index.php?do=details&task_id=2
benmachine

Syntac

  • Posts: 841
  • Turrets: +118/-104
    • Syntac's Stuff
Re: looking for client svn recomendations
« Reply #2 on: October 09, 2008, 12:21:18 am »
I recommend using recent SVN with a suitable backport patch, such as this one.
« Last Edit: May 20, 2014, 12:12:01 am by Undeference »

Amanieu

  • Posts: 647
  • Turrets: +135/-83
    • Amanieu
Re: looking for client svn recomendations
« Reply #3 on: October 09, 2008, 01:11:28 am »
I recommend using recent SVN with a suitable backport patch, such as this one.
That patch is for backporting a game.qvm, not a client. Use this one instead (Works with latest svn: 1120).
« Last Edit: May 13, 2014, 06:08:08 am by Undeference »
Quote
< kevlarman> zakk is getting his patches from shady frenchmen on irc
< kevlarman> this can't be a good sign :P

SlackerLinux

  • Spam Killer
  • *
  • Posts: 555
  • Turrets: +41/-62
Re: looking for client svn recomendations
« Reply #4 on: October 09, 2008, 01:37:20 am »
theres some more patches you might want mainly these

http://code.google.com/p/fsm-trem/issues/detail?id=23&can=1&colspec=ID%20Type%20Status%20Component%20Priority%20Milestone%20Owner%20Summary%20modified curl compatibility
http://code.google.com/p/fsm-trem/issues/detail?id=7&can=1&colspec=ID%20Type%20Status%20Component%20Priority%20Milestone%20Owner%20Summary%20modified clean hostnames
http://code.google.com/p/fsm-trem/issues/detail?id=9&can=1&colspec=ID%20Type%20Status%20Component%20Priority%20Milestone%20Owner%20Summary%20modified revert windows path changes
http://code.google.com/p/fsm-trem/issues/detail?id=3&can=1&colspec=ID%20Type%20Status%20Component%20Priority%20Milestone%20Owner%20Summary%20modified sort by ping vid mode reverts (in other words make 1.1.0 ui work) and messagemode 5
http://code.google.com/p/fsm-trem/issues/detail?id=2&can=1&colspec=ID%20Type%20Status%20Component%20Priority%20Milestone%20Owner%20Summary%20modified allows you to add favourites


these are jsut compatibility ones theres others too like bloom client logging to disk etc that you might want. look through mg patch tracker also most issues in fsm-trem will have a patch (some i haven't released yet) then you should be on your way to making a great client
Slackware64 13.1
SlackersQVM/

Syntac

  • Posts: 841
  • Turrets: +118/-104
    • Syntac's Stuff
Re: looking for client svn recomendations
« Reply #5 on: October 09, 2008, 01:45:35 am »
That patch is for backporting a game.qvm, not a client. Use this one instead (Works with latest svn: 1120).
Good catch.

blowFish

  • Posts: 18
  • Turrets: +4/-1
Re: looking for client svn recomendations
« Reply #6 on: October 09, 2008, 02:07:29 am »
Wait a moment, was the backport all task recently updated,  I was looking at it earlier and didn't see the backport for anything newer than 1099.


Anyhow thanks, Everyone, Slacker, Amanieu, Syntac, Benmachine




Oh, and slacker you didn't think I wasn't aware of fsm patches, did you? Actually, I didn't use what you listed, but I did write a see-through console mod the idea of which I pulled from fsm/google.

blowFish

  • Posts: 18
  • Turrets: +4/-1
Re: looking for client svn recomendations
« Reply #7 on: October 11, 2008, 07:25:25 am »
So, to anyone who can answer this not directed just at slacker, what is message mode 5? and 6?


NVM
« Last Edit: October 11, 2008, 07:35:03 am by blowFish »

googles

  • Posts: 219
  • Turrets: +30/-19
Re: looking for client svn recomendations
« Reply #8 on: October 13, 2008, 12:24:08 am »
Oh, and slacker you didn't think I wasn't aware of fsm patches, did you? Actually, I didn't use what you listed, but I did write a see-through console mod the idea of which I pulled from fsm/google.

Why remake the wheel? >.>

blowFish

  • Posts: 18
  • Turrets: +4/-1
Re: looking for client svn recomendations
« Reply #9 on: October 24, 2008, 12:08:54 am »
either that or end up with stuff I don't want. Plus I wanted to try and understand some simpler stuff so I manually add patches and such.


ALSO, google I must criticize, you are very messy with your code.

googles

  • Posts: 219
  • Turrets: +30/-19
Re: looking for client svn recomendations
« Reply #10 on: November 12, 2008, 04:01:57 am »
Still am :-D

Einstein

  • Posts: 81
  • Turrets: +12/-2
Re: looking for client svn recomendations
« Reply #11 on: November 12, 2008, 08:02:23 am »
Reading Mercury's code blocks is what makes poking through his .c files fun! :-)

Amanieu

  • Posts: 647
  • Turrets: +135/-83
    • Amanieu
Re: looking for client svn recomendations
« Reply #12 on: November 12, 2008, 08:42:35 am »
This is partly why I rewrote portal mod instead of using his code :P
Quote
< kevlarman> zakk is getting his patches from shady frenchmen on irc
< kevlarman> this can't be a good sign :P

googles

  • Posts: 219
  • Turrets: +30/-19
Re: looking for client svn recomendations
« Reply #13 on: November 14, 2008, 12:55:00 am »
You'll have to admit amanieu, my latest patch is alot cleaner...