Fortress Forever

Go Back   Fortress Forever > Community > General Discussion

Closed Thread
 
Thread Tools Display Modes
Old 03-24-2015, 06:30 AM   #421
FF_Team
Fortress Forever Staff
 
FF_Team's Avatar
 
Join Date: Nov 1999
Posts Rated Helpful 71 Times
squeek502 commented on issue fortressforever/fortressforever#121 ('Lua timers don't get their time synced properly'):
So, the issue that sparked this will be fixed by #137 (the timer appeared to be 1 second faster than what it should be). However, this still might be worth doing? I'm not sure.

Doing what I suggested in the OP, it turns out that in a listen server, the client gpGlobals->curtime is actually...
View on Github
FF_Team is offline  


Old 03-24-2015, 07:04 AM   #422
FF_Team
Fortress Forever Staff
 
FF_Team's Avatar
 
Join Date: Nov 1999
Posts Rated Helpful 71 Times
alaswell opened issue fortressforever/fortressforever#138 ('ServerInfoHost background image not re-sizing properly')

View on Github
FF_Team is offline  


Old 03-24-2015, 07:12 AM   #423
FF_Team
Fortress Forever Staff
 
FF_Team's Avatar
 
Join Date: Nov 1999
Posts Rated Helpful 71 Times
alaswell closed issue fortressforever/fortressforever#135 ('ff_dm loading screen and glass')

View on Github
FF_Team is offline  


Old 03-24-2015, 07:12 AM   #424
FF_Team
Fortress Forever Staff
 
FF_Team's Avatar
 
Join Date: Nov 1999
Posts Rated Helpful 71 Times
alaswell commented on issue fortressforever/fortressforever#135 ('ff_dm loading screen and glass'):
> and FF logo top right is chopped off

that's actually FF wide, so I made it it's own issue #138

Everything else has been fixed!
View on Github
FF_Team is offline  


Old 03-24-2015, 07:21 PM   #425
FF_Team
Fortress Forever Staff
 
FF_Team's Avatar
 
Join Date: Nov 1999
Posts Rated Helpful 71 Times
squeek502 created fortressforever/fortressforever:lua/class-info at e7cb96 (+1 new commit)

  • e7cb96 squeek502: 'Lua: Add Luabind's class_info function'

View on Github
FF_Team is offline  


Old 03-24-2015, 07:30 PM   #426
FF_Team
Fortress Forever Staff
 
FF_Team's Avatar
 
Join Date: Nov 1999
Posts Rated Helpful 71 Times
squeek502 opened pull request fortressforever/fortressforever#139 ('Lua: Add Luabind's class_info function')

View on Github
FF_Team is offline  


Old 03-24-2015, 07:37 PM   #427
FF_Team
Fortress Forever Staff
 
FF_Team's Avatar
 
Join Date: Nov 1999
Posts Rated Helpful 71 Times
squeek502 created fortressforever/fortressforever-scripts:fix-class_info at e5e5e1 (+1 new commit)

  • e5e5e1 squeek502: 'Don't crash if class_info() is called on non-luabind objects. * See...'

View on Github
FF_Team is offline  


Old 03-24-2015, 07:37 PM   #428
FF_Team
Fortress Forever Staff
 
FF_Team's Avatar
 
Join Date: Nov 1999
Posts Rated Helpful 71 Times
squeek502 opened pull request fortressforever/fortressforever-scripts#29 ('Don't crash if class_info() is called on non-luabind objects')

View on Github
FF_Team is offline  


Old 03-24-2015, 09:06 PM   #429
FF_Team
Fortress Forever Staff
 
FF_Team's Avatar
 
Join Date: Nov 1999
Posts Rated Helpful 71 Times
R00Ki3 opened issue fortressforever/fortressforever#140 ('Menu Item '0' is unusable ')

View on Github
FF_Team is offline  


Old 03-24-2015, 09:16 PM   #430
FF_Team
Fortress Forever Staff
 
FF_Team's Avatar
 
Join Date: Nov 1999
Posts Rated Helpful 71 Times
squeek502 commented on issue fortressforever/fortressforever#140 ('Menu Item '0' is unusable '):
Can you post the Lua code you're using to create/show the menu? Too lazy to write it myself. :smile:
View on Github
FF_Team is offline  


Old 03-24-2015, 09:18 PM   #431
FF_Team
Fortress Forever Staff
 
FF_Team's Avatar
 
Join Date: Nov 1999
Posts Rated Helpful 71 Times
R00Ki3 commented on issue fortressforever/fortressforever#140 ('Menu Item '0' is unusable '):
```lua
CreateMenu( "skin_menu", "Ball Skin", 30 )
AddMenuOption( "skin_menu", 1, "item 1" )
AddMenuOption( "skin_menu", 2, "item 2" )
AddMenuOption( "skin_menu", 3, "item 3" )
AddMenuOption( "skin_menu", 4, "item 4" )
AddMenuOption( "skin_menu", 5, "item 5"...
View on Github
FF_Team is offline  


Old 03-24-2015, 09:39 PM   #432
FF_Team
Fortress Forever Staff
 
FF_Team's Avatar
 
Join Date: Nov 1999
Posts Rated Helpful 71 Times
squeek502 opened issue fortressforever/fortressforever#141 ('Add useful Lua cvar integration')

View on Github
FF_Team is offline  


Old 03-24-2015, 09:43 PM   #433
FF_Team
Fortress Forever Staff
 
FF_Team's Avatar
 
Join Date: Nov 1999
Posts Rated Helpful 71 Times
squeek502 opened issue fortressforever/fortressforever#142 ('Crosshair customization dropdown is broken')

View on Github
FF_Team is offline  


Old 03-24-2015, 09:50 PM   #434
FF_Team
Fortress Forever Staff
 
FF_Team's Avatar
 
Join Date: Nov 1999
Posts Rated Helpful 71 Times
squeek502 created fortressforever/fortressforever-scripts:fix-xhair-dropdown at 1e2bd3 (+1 new commit)

  • 1e2bd3 squeek502: 'Fix weapon dropdown having the wrong name. * Contributes towards fortressforever/fortressforever#142'

View on Github
FF_Team is offline  


Old 03-24-2015, 09:51 PM   #435
FF_Team
Fortress Forever Staff
 
FF_Team's Avatar
 
Join Date: Nov 1999
Posts Rated Helpful 71 Times
squeek502 opened pull request fortressforever/fortressforever-scripts#30 ('Fix weapon dropdown having the wrong name')

View on Github
FF_Team is offline  


Old 03-24-2015, 09:51 PM   #436
FF_Team
Fortress Forever Staff
 
FF_Team's Avatar
 
Join Date: Nov 1999
Posts Rated Helpful 71 Times
squeek502 merged pull request fortressforever/fortressforever-scripts#30 ('Fix weapon dropdown having the wrong name') from squeek502 to master

View on Github
FF_Team is offline  


Old 03-24-2015, 09:56 PM   #437
FF_Team
Fortress Forever Staff
 
FF_Team's Avatar
 
Join Date: Nov 1999
Posts Rated Helpful 71 Times
squeek502 pushed 1 commit to fortressforever/fortressforever-scripts:fix-xhair-dropdown

  • 07fb48 squeek502: 'Fix "use global crosshair for all" checkbox label getting cut off'

View on Github
FF_Team is offline  


Old 03-24-2015, 09:57 PM   #438
FF_Team
Fortress Forever Staff
 
FF_Team's Avatar
 
Join Date: Nov 1999
Posts Rated Helpful 71 Times
squeek502 opened pull request fortressforever/fortressforever-scripts#31 ('Fix "use global crosshair for all" checkbox label getting cut off')

View on Github
FF_Team is offline  


Old 03-24-2015, 09:57 PM   #439
FF_Team
Fortress Forever Staff
 
FF_Team's Avatar
 
Join Date: Nov 1999
Posts Rated Helpful 71 Times
squeek502 merged pull request fortressforever/fortressforever-scripts#31 ('Fix "use global crosshair for all" checkbox label getting cut off') from squeek502 to master

View on Github
FF_Team is offline  


Old 03-24-2015, 09:58 PM   #440
FF_Team
Fortress Forever Staff
 
FF_Team's Avatar
 
Join Date: Nov 1999
Posts Rated Helpful 71 Times
squeek502 created fortressforever/fortressforever:fixes/xhair-dropdown at 7d19c4 (+1 new commit)

  • 7d19c4 squeek502: 'Fix crosshair dropdown using # as a spacer character. * Use two actual spaces instead'

View on Github
FF_Team is offline  


Closed Thread


Currently Active Users Viewing This Thread: 2 (0 members and 2 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:06 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.