Author Topic: Devlog update (2014-01-19) Shoozza resigns as main developer (kidding)  (Read 4738 times)

0 Members and 1 Guest are viewing this topic.

Offline 14th_account

  • Soldier
  • **
  • Posts: 208


Troll'd. That's for throwing a hissy fit when when we take a holiday break.


Here's what's been done since the last devlog:

* Added simple Updater which implements the a subset of the removed autoupgrader library
* Added show updater button when update is available
* Added SC3 TScriptMap.SetMap(NewMap: string);
* Fixed SC3 - Wrong values of TGame.TimeLeft #377
* Fixed SC3 - Event OnVoteMapStart isn't called by /votemap command #443
* Fixed OnJoinTeam does not remove players from their old team in ScriptCore
* Fixed Server freeze after Players[ID].Alive := FALSE; #396
* Fixed Game.Teams[i].OnJoin is replacing Game.OnJoin and is not working as intended #415
* Fixed /victory sound only plays once at the end of a round in survival DM/RM #291
* Fixed some buggy behavior with colliders
* Fixed automatic reloading logic for Spas-12 was using the ClipOut animation instead of the Reload animation
* Fixed no longer able to simultaneously fire and reload Spas-12 while prone #474
* Fixed script on SC3 crashes after join 6th player (#470)
* Fixed reloading Spas-12 when gun is empty now waits for fire interval delay to finish first #161 #365
* Fixed bink didn't work in non-team based game modes
* Shoozza added and tweaked a boatload of build and deployment script stuff
* FryFry and I tested and fixed a buttload of bugs with the new platform/background polygons


The original plan to have a 1.6.7 beta out before Christmas didn't pan out. The new build scripts and auto updated aren't completely ready yet. Dunno when that'll be exactly. Ask Shoozza.
« Last Edit: January 22, 2014, 01:47:10 am by jrgp »

Offline DutchFlame

  • Camper
  • ***
  • Posts: 363
Re: Devlog update (2014-01-19) Shoozza resigns as main developer
« Reply #1 on: January 19, 2014, 07:32:27 pm »
thank you

DarkCrusade

  • Guest
Re: Devlog update (2014-01-19) Shoozza resigns as main developer
« Reply #2 on: January 19, 2014, 07:34:27 pm »
You got me with that one.

Offline Furai

  • Administrator
  • Veteran
  • *****
  • Posts: 1908
    • TransHuman Design
Re: Devlog update (2014-01-19) Shoozza resigns as main developer
« Reply #3 on: January 20, 2014, 07:16:24 am »
And I was about to PM Shoozza to ask what happened. Got 14th_accounted.
"My senses are so powerful that I can hear the blood pumping through your veins."

Offline DorkeyDear

  • Veteran
  • *****
  • Posts: 1507
  • I also go by Curt or menturi
Re: Devlog update (2014-01-19) Shoozza resigns as main developer
« Reply #4 on: January 20, 2014, 10:32:30 am »
The topic title surprised me, until I read the post :P. I hope everybody enjoyed their holiday break! Let's make 2014 a fantastic year for Soldat.

Offline McWise

  • Major
  • *
  • Posts: 58
  • The HiHo is unleashed
Re: Devlog update (2014-01-19) Shoozza resigns as main developer
« Reply #5 on: January 20, 2014, 11:51:47 am »
Wow. Got trolled hard :D

Even though I don't understand much from the scripting bugs that got fixed, it's good to see the development going :) Is there a difference between boatload and buttload?

Only after I read the whole post I realized what the gif was... Trolled twice then.

Keep it up guys :)

Offline 14th_account

  • Soldier
  • **
  • Posts: 208
Re: Devlog update (2014-01-19) Shoozza resigns as main developer
« Reply #6 on: January 20, 2014, 12:02:46 pm »
A buttload is roughly 477 liters. A boatload is relative, depending on the size of the boat.

Offline CheeSeMan.

  • Flagrunner
  • ****
  • Posts: 731
  • WOOT SLIPPERY PICKLES
Re: Devlog update (2014-01-19) Shoozza resigns as main developer
« Reply #7 on: January 21, 2014, 05:59:28 pm »
har har har.

Great to hear some news =)
Banana Banging since summer 2008!     
cB. Cheeky Bananas                
#CheekyB.Soldat

Offline Mighty

  • Camper
  • ***
  • Posts: 276
Re: Devlog update (2014-01-19) Shoozza resigns as main developer (kidding)
« Reply #8 on: January 25, 2014, 12:08:45 pm »
Cool to see some ScriptCore love.
xFire: macmil        e-mail: macekmil@gmail.com
My scripts: Accuracy Script       Flashbang       Punishments GUID
            CatchMe Gamemod       AntiFake
            CW System             AntiFakeGUID

Offline L[0ne]R

  • Soldat Beta Team
  • Rainbow Warrior
  • ******
  • Posts: 2079
  • need a life. looking for donors.
Re: Devlog update (2014-01-19) Shoozza resigns as main developer (kidding)
« Reply #9 on: January 25, 2014, 01:04:48 pm »
OMG RIP Sho za sadfaec

that's one sneaky Shoozza-name-fixer thing you have there... but I'm sneakier.



* FryFry and I tested and fixed a buttload of bugs with the new platform/background polygons
So what have you decided on allowing players to jump down platforms by doubletapping crouch (or whatever better way if you thought of one)? Just curious.

« Last Edit: January 25, 2014, 01:09:51 pm by L[0ne]R »

Offline 14th_account

  • Soldier
  • **
  • Posts: 208
Re: Devlog update (2014-01-19) Shoozza resigns as main developer (kidding)
« Reply #10 on: January 25, 2014, 04:27:10 pm »
I did think it over. I decided it wouldn't always be appropriate to allow the player to pass through however they pleased because the map designer may not want the player to. So it would require another polygon type. But that doesn't solve the issue of the player somehow having to learn another unintuitive key press. Double-tapping crouch might seem sensible when you're walking on the polygon. But not so much when the polygon is on the side or above you.

So maybe for a later version if we figure out how make it simple to use.

Offline Bistoufly

  • Soldat Beta Team
  • Flagrunner
  • ******
  • Posts: 782
Re: Devlog update (2014-01-19) Shoozza resigns as main developer (kidding)
« Reply #11 on: January 25, 2014, 09:16:35 pm »
I did think it over. I decided it wouldn't always be appropriate to allow the player to pass through however they pleased because the map designer may not want the player to. So it would require another polygon type. But that doesn't solve the issue of the player somehow having to learn another unintuitive key press. Double-tapping crouch might seem sensible when you're walking on the polygon. But not so much when the polygon is on the side or above you.

So maybe for a later version if we figure out how make it simple to use.
I had the exact same concerns about it. I agree with your decision.

Offline As de Espada

  • Soldat Beta Team
  • Veteran
  • ******
  • Posts: 1493
  • Mapper
    • My maps
Re: Devlog update (2014-01-19) Shoozza resigns as main developer (kidding)
« Reply #12 on: January 27, 2014, 05:28:55 pm »
good to see you're still active just after holidays :)
it's great to have you (and the devlogs) back
All my maps | my latest map: SoldatX Racing Mappack
me making a map on youtube: ctf_FastMade

Offline rOy

  • Soldier
  • **
  • Posts: 120
Re: Devlog update (2014-01-19) Shoozza resigns as main developer (kidding)
« Reply #13 on: January 29, 2014, 11:28:08 pm »
hey ;D

When will that be?
Please fix this movement (mad idea)
We are Climbers think of it !!!!


Good luck!
Cheers :D

Offline jrgp

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 5036
Re: Devlog update (2014-01-19) Shoozza resigns as main developer (kidding)
« Reply #14 on: January 30, 2014, 01:24:58 am »
I did think it over. I decided it wouldn't always be appropriate to allow the player to pass through however they pleased because the map designer may not want the player to. So it would require another polygon type. But that doesn't solve the issue of the player somehow having to learn another unintuitive key press. Double-tapping crouch might seem sensible when you're walking on the polygon. But not so much when the polygon is on the side or above you.

So maybe for a later version if we figure out how make it simple to use.

I don't know if I've said this before or not, but I really appreciate the amount of work and attention to detail you put into Soldat. That's some pretty intense shit.
There are other worlds than these

Offline 14th_account

  • Soldier
  • **
  • Posts: 208
Re: Devlog update (2014-01-19) Shoozza resigns as main developer (kidding)
« Reply #15 on: January 30, 2014, 11:28:17 am »
...or I just forgot he had asked me that question and made up an answer on the spot that allowed me to not do anything.



I didn't, though.

Offline homerofgods

  • Soldat Beta Team
  • Rainbow Warrior
  • ******
  • Posts: 2029
  • We can do better!
Re: Devlog update (2014-01-19) Shoozza resigns as main developer (kidding)
« Reply #16 on: January 31, 2014, 06:24:14 am »
I did think it over. I decided it wouldn't always be appropriate to allow the player to pass through however they pleased because the map designer may not want the player to. So it would require another polygon type. But that doesn't solve the issue of the player somehow having to learn another unintuitive key press. Double-tapping crouch might seem sensible when you're walking on the polygon. But not so much when the polygon is on the side or above you.

So maybe for a later version if we figure out how make it simple to use.

I don't know if I've said this before or not, but I really appreciate the amount of work and attention to detail you put into Soldat. That's some pretty intense shit.
14th_account rocks!