#bitfighter IRC Log

Index Search ←Prev date Next date→

IRC Log for 2012-11-18

Timestamps are in GMT/BST.

00:00:16Watusimotook, checking in
00:00:20raptoryay
00:01:52Watusimotogreat. took code that was working pretty well and introduced all sorts of new buts
00:01:54Watusimotobugs
00:02:05Watusimotoluckily, we have amgine1234567890 to find them for us :-)
00:02:27raptorgood! that gives me time to do my work... :)
00:03:22Watusimotodid I check in my code to remove the ogg file on upgrade?
00:03:31raptoruhhh, i hope not
00:03:35Watusimotobecause there's a bunch of conflicts
00:03:39raptorbecause that's what i'm working on..
00:03:45WatusimotoI wish I had because then you'd have my stuff
00:03:55WatusimotoI added this
00:03:56Watusimoto/ Upgrading to 018
00:03:57Watusimoto if(previousVersion < 4538)
00:03:57Watusimoto {
00:03:57Watusimoto // Remove game.ogg from music folder, if it exists...
00:03:57Watusimoto if(remove(joindir(folderManager->sfxDir, "game.ogg").c_str()) != 0)
00:03:59Watusimoto logprintf(LogConsumer::LogWarning, "Could not remove game.ogg from music folder during upgrade process." );
00:04:02Watusimoto }
00:04:03Watusimotoin the check if upgrade section
00:04:07raptorok
00:04:14raptori'll consume it.. thanks!
00:04:19Watusimotomaybe I forgot to check it in
00:04:23Watusimotodang
00:05:26Watusimotonope didn't push it to the repo
00:06:39Watusimotodid you do any work on checkIfThisIsAnUpdate() fn?
00:07:07raptoroh yes
00:07:12Watusimotook
00:07:20raptorso... i see merge conflicts in the future
00:07:29Watusimotouh.... so I should probably just blow my stuff away
00:07:32raptoryou may remove your part, i can add whatever
00:07:46Watusimotook, I did two things. the more important is what I pasted above
00:07:51raptorok
00:07:58raptori have that saved
00:08:12Watusimotothe less important was a trivial refactor that started with this:
00:08:13WatusimotoU32 previousVersion = settings->getIniSettings()->version; // For readability
00:08:19Watusimotoand flowed from there
00:08:31Watusimoto(basically replacing repeated code with a var)
00:08:46Watusimotoif you do that, I'll just accept your code and blow mine away
00:09:09Watusimotoif you follow what I'm saying...
00:09:31raptorha, i did that already..
00:09:42raptoralmost exactly
00:09:44Watusimotook, good
00:10:52Watusimotothen that makes life easy. I'll accept your edits and drop mine
00:11:10raptoryay
00:11:14raptori win!
00:11:31Watusimotooh boy
00:11:38Watusimototortoise crashed in the middle of the merge
00:11:57Watusimotothat's not good
00:12:03raptoruh oh
00:12:34raptorif you've committed, do: hg revert -a
00:12:42raptorhg up <revision>
00:12:46raptorthen hg pull -u
00:12:54raptoroh wait - you're using tortoise...
00:13:11raptoryou may need a rollback..
00:13:17Watusimotoone other thing you'll need, which will be obvious, is to pass the file manager into checkIfThisIsAnUpdate() for the code I posted above
00:13:28Watusimototortoise shows the merge completed
00:13:29raptoryes, already done :)
00:13:39raptordon't believe the merge!
00:13:42Watusimotoso maybe it crashed after things were finished
00:13:52WatusimotoI'll check some stuff manually
00:14:00raptorgodo idea
00:14:48WatusimotoU32 iniVersion = settings->getIniSettings()->version;
00:15:01Watusimotothat was your version?
00:15:03raptoryes yes - i renamed that in my current version
00:15:04raptoryes
00:15:06Watusimotook, good
00:15:17Watusimotoif it builds, I'll check it in
00:15:18raptori have it currently as 'previousVersion'
00:15:26raptorbut not checked in..
00:15:28raptorok
00:15:30Watusimotono worries
00:18:08Watusimotook, chcking in
00:18:16Watusimotoamgine1234567890: want to do some testing?
00:18:37raptori can build for him
00:19:06Watusimotook, I need to prepare a mini documnt explaining what needs to be checked and how
00:19:58raptori'm coding obj-c++ blindly
00:25:44amgine1234567890all you have to do is tell me what to test and when and ill go at it
00:26:33Watusimotook, instructions are here
00:26:34Watusimotohttp://pastie.org/5394475
00:26:56Watusimotoraptor: can you take a quick look and see if I got the specification right?
00:31:35Watusimotouh oh... push problm
00:32:21raptorok
00:32:46BFLogBot Commit: 48cb2023cc25 | Author: watusimoto | Message: Clarity
00:32:48BFLogBot Commit: 1af4afebe5a2 | Author: watusimoto | Message: (untested) Remove outdated music file after upgrade
00:32:49BFLogBot Commit: 9db34ef7a42e | Author: watusimoto | Message: Handle post /idle timer on server rather than client. Makes it hack resistant.
00:32:51Watusimotowhew
00:32:52BFLogBot Commit: 2ab41d9ff93b | Author: watusimoto | Message: Merge
00:33:02raptorlooking..
00:33:25raptorWatusimoto: looks good to me
00:33:30raptorLGTM
00:33:43Watusimotogood ok
00:33:54Watusimotois that worth adding to the code somewhere? probably not
00:36:25Watusimotoso with this new spawn delay stuff, we could, if we wanted, give timeouts to people or otherwise ban them for short periods for whatever nafarious reasons we might think up
00:36:34raptoroh really?
00:36:36raptorcool!
00:36:38Watusimotosur
00:36:46Watusimotowe just set a timer on the server
00:36:49raptorlike running over a zone..
00:37:03raptor"you will be spawndelayed for 10 seconds"
00:37:05Watusimotoanyone who says "salami" gets a 10 second penalty
00:37:19Watusimotoall kinds of great possibilities
00:37:31raptorheh
00:37:33raptorcool
00:38:56raptori think main.cpp was just checked in with different line-endings...
00:39:03raptori merged OK, though..
00:39:09Watusimotogood grief
00:42:14amgine1234567890yeah idle zones not a good idea
00:43:14amgine1234567890how about being able to engeneer speed zones
00:44:56Watusimotothat might work
00:45:12raptorfeature creep!
00:45:23raptorok Watusimoto, think i'm good to build for amgine1234567890?
00:45:29Watusimoto019, silly. let's see how teleporters are received -- engineer is always a bit contravertial
00:45:34Watusimotoraptor: yes
00:46:03raptorok, starting the build..
00:46:21amgine1234567890now loading build 10%
00:46:30raptoroh yay, everything still compiles on Linux. that's a good feeling
00:48:53amgine1234567890i think it would be fine to add being able to engeneer speed zones but ok
00:50:09amgine1234567890lol wonder how many yeatrs it will be befoire we get to build 50
00:51:30raptori'll be dead
00:51:45amgine1234567890you never know some people live to be over 100
00:52:08amgine1234567890;)
00:56:02raptorok amgine1234567890: http://sam6.25u.com/upload/1bitfighter-018-beta-5896-2ab41d9ff93b.zip
00:56:22raptorhere are the directions Watusimoto gave for testing one particular thing: http://pastie.org/5394475
00:57:21amgine1234567890anthying else for testing?
00:58:06raptoryes, there have been changes to the editor, Lua (so bots), and music/sound effects
00:59:38amgine1234567890ok menu music is amazing
00:59:44amgine1234567890very good
01:00:12amgine1234567890small delay in loop play of the menu music
01:00:21raptormaybe in the first loop
01:00:26raptoror every loop?
01:00:55amgine1234567890all however its small and i imagine its impossible to makes loops always continues
01:01:46amgine1234567890hmm idn if you forgot to include it in teh file but the credits nusic wasnt playing for me
01:01:57raptorhmm...
01:02:06raptorok, i'll write that down
01:02:27amgine1234567890ok music choice is exxelent
01:04:20amgine1234567890mnext and mprev commands stilll working
01:04:54amgine1234567890with the new songs
01:05:16raptoryou don't need to tell us what works... we already assume everything does! :)
01:08:20amgine1234567890error in number 2
01:09:01raptori don't understand
01:09:13amgine1234567890whne a player is in the menu and dies press escape to leave the menu counts as the press a key to respwawn alo there is no 5 second delay in that case
01:09:24amgine1234567890and presses escape
01:09:46raptor5 second delay is only for the /idle command
01:10:10amgine1234567890hmm i know but i was thinking if it hsould be there maybe not
01:10:34raptordoes the 'press any key' still show up, though?
01:11:35amgine1234567890let me explain i added a bot and entered the menu the bot killed me and yes the press any key to continue popped up but when i tried using the keys to navigate the menu it activated the spawn unwanted
01:11:54amgine1234567890while i was still in teh menu
01:12:18amgine1234567890well ok not all but when i pressed escape
01:13:07amgine1234567890using escape to leave the menu also counts as the press a key to respawn
01:14:20amgine1234567890hold on
01:17:35raptorthat is correct behavior
01:20:53raptori'll be back later - dinner time!
01:22:14amgine1234567890wattimimso help me test the 20 second delay then your killed respwaen i think its broke but im not sure its hard to test alone
01:24:03amgine1234567890or raptor if you come back
01:26:04Watusimotosleeping
01:26:38Watusimotomay need to opn two client windsiw... i.e. join gam in differen window
01:26:44Watusimotogood night\
01:27:11BFLogBot Commit: 1fa092af5cfa | Author: watusimoto | Message: Prettier
01:27:12BFLogBot Commit: 21bc8bfe7e57 | Author: watusimoto | Message: Comment
01:27:14BFLogBot Commit: b11196320a2e | Author: watusimoto | Message: Comments
01:27:15BFLogBot Commit: 7a2412e3dd59 | Author: watusimoto | Message: Comments
01:33:01Watusimoto Quit (Ping timeout: 260 seconds)
02:43:14koda has joined
02:45:58kodasettings dir may be fine
03:08:21amgine1234567890btw idle test complete all tests sucessfull
03:14:42amgine1234567890any oher tests need ding?
03:36:57raptorback!
03:37:00raptorfor a bit...
03:37:29raptoramgine1234567890: if would test the editor, just basic functionality/building a level. that would be helpful, too
03:51:47raptordoes the game 'neverball' make anyone else motion sick like me?
04:06:22amgine1234567890no im fine
04:12:36amgine1234567890find a major error when i tried setting the rescale factor in the editor to 5 i got a error and the game crashed now comfirming
04:12:44amgine1234567890again
04:13:21raptora bug!
04:13:26raptorok, what do i do?
04:13:44amgine1234567890hold on i will type what it said here
04:14:26amgine1234567890its th4e move walls line
04:15:01amgine1234567890bug confirmed
04:16:38amgine1234567890run time check error 3 the varible modified walls is being used wihout being instalizzed
04:16:47amgine1234567890in a summary
04:16:57raptorok, tell me exactly what i need to do
04:17:00raptori'm in the editor now
04:17:17amgine1234567890well i put one of every tiem in the editor then tried resclaing
04:17:31amgine1234567890trying to fiure out which item is teh porblem
04:17:42amgine1234567890im using windows xp
04:18:48amgine1234567890did it work for you?
04:19:01raptorcan you send me your level file?
04:19:12amgine1234567890umm how
04:19:29amgine1234567890it list teh program and module but i dont know if that helps
04:19:37raptorcan you save the level before you crash it?
04:19:42raptorthen send me th efile
04:19:45raptor*the file
04:20:10amgine1234567890idn if this helps but i was a chump change when i did it
04:20:15amgine1234567890and how would i get you the file
04:20:31raptorok, do you know where on your system the levels are stored as files?
04:20:38amgine1234567890yes
04:20:42raptorok
04:20:55raptorgo here: http://sam6.25u.com/upload3.php
04:21:06raptorclick 'browse' and select your level file
04:21:07amgine1234567890ok
04:21:11raptorthen click 'submit'
04:21:33raptorit after it uploads it will give you a link to the file; paste that link here in IRC for me to download
04:25:02amgine1234567890upload/2rescale crash test.level
04:25:14raptorok
04:25:17amgine1234567890umm which line is the link after i upload
04:25:50raptoryou have to right-click on the underlined link and do 'copy link location..'
04:26:02raptorbut i can find it from what you gave me
04:26:29amgine1234567890here you go http://sam6.25u.com/upload/2rescale%20crash%20test.level
04:26:35amgine1234567890easy way
04:26:35raptorperfect!
04:26:59amgine1234567890i rescaled and brash =p
04:27:03amgine1234567890crash
04:27:14raptoryou use the ctrl shift x?
04:27:29amgine1234567890yes i did
04:27:46raptorand you selected all?
04:27:54raptor(and what scale factor did you use?
04:27:59raptor)
04:28:22amgine1234567890a i dont think i selected anything (pribably the problem) and scale factor was 2
04:28:46raptorcrash!
04:28:51amgine1234567890=)
04:29:07raptorit's trying to snap something..
04:29:14amgine1234567890 make chage disalow no selecting scale changes
04:29:30amgine1234567890well know we know i guess
04:32:16amgine1234567890\anything else i need to find bugs in
04:32:47raptorhmmm
04:32:58raptori think that's it - did you say credits music isn't working?
04:33:50amgine1234567890it wasnent in teh file
04:34:11amgine1234567890im sure if i transported it from a ealier file it would work
04:34:36amgine1234567890is sam afk?
04:35:42amgine1234567890anything else need testing didnt oyu say there were new seeker sounds?
04:36:10raptoryeah, i think one sound effect when shooting it
04:36:18amgine1234567890yes and it works
04:36:55amgine1234567890 but i think you should chage the seeker explosin different then the burst explosin maybe make it lower pictch by one octave
04:37:15raptorthat's an interesting idea..
04:37:17amgine1234567890burst explosin = seeker explosin sound
04:37:22raptorlet me play around with that...
04:37:45amgine1234567890let me think one octave was how many hurtz hmm
04:38:25raptorit's 1/2
04:39:01amgine1234567890lol i take music and your smarter then me Xd
04:39:31raptori don't take music - but I was good at math :)
04:39:43amgine1234567890if its to deep then maybe the 3/2 a perfect fifth interval
04:40:02amgine1234567890jsut a idea i dont like matching sounds
04:41:23raptorit's a goo didea
04:41:26raptorgood idea
04:41:56amgine1234567890i may not be able to play but my piano teacher says im musicly composing gifted i disagree =p
04:42:19raptorheh
04:43:00amgine1234567890here is a document on sound ratios if you want it doubt it would help http://en.wikipedia.org/wiki/Pythagorean_interval
04:43:33raptori'll just use a program called 'audacity' that makes it easy to change pitch
04:43:57amgine1234567890lol audacity =)
04:44:04amgine1234567890 that i know
04:45:21amgine1234567890when i was in high scoll all teh computers in one of our classes had it and i would anooy evryone by making very long high pitch sounds on it XD
04:45:32raptorhs
04:45:33raptorha
04:46:30amgine1234567890brb
04:48:24amgine1234567890back
04:49:47amgine1234567890teh ratio thing might make it a bit easier to find a good ptich though
04:51:16koda Quit (Ping timeout: 246 seconds)
04:51:33amgine1234567890btw bots still dont sheild against seekers making them very easy to beat =p
04:51:49amgine1234567890easer then phaser even =p
05:04:13sam686well, that was a lot of time it took cutting open the end of pci express x1 to fit a pci express x16 card, and it works. (similar to this: http://blog.zorinaq.com/?e=53 )
05:04:37sam686just so I can put in a second, and faster graphics card in pci express x16 port..
05:04:55amgine1234567890hi
05:05:05amgine1234567890doing some more testing
05:05:08sam686hi
05:05:14raptorha sam686! that's great!
05:05:20amgine1234567890bf now has some cooler music
05:06:21sam686only problem, I realized my new graphics card needs more power that I need to get a new 500 watt power supply, and takes up 2 slot spaces (connecting to one slot)
05:06:52sam686has 4 slow spacee so only problem is power supply being a weak 300 watt..
05:07:20sam686but, will get a new power supply in a few days..
05:07:24amgine1234567890thats the thing about computers you cant upgrade 1 thing wihout having to upgrade everthing right :)
05:07:47sam686it depends on what is needed and what you have..
05:08:52sam686Only a few Motherboards work on only a few CPU (intel CPU doesn't work on AMD motherboard or AND cpu doesn't work on intel motherboards)
05:10:00sam686weak power supply just won't work on a power hungry speedy graphics card, but powerful power supply works on more systems..
05:11:03sam686I should be able to do some 4 monitor setup with 2 graphics card, and use faster graphics for 3D games..
05:13:39sam686well usually you don't need to upgrade everything, maybe 1 or 2 things. (note that only tower desktops is easiest to upgrade, not laptop, and usually not all-in-one PC)
05:14:56sam686all-in-one PC (CPU inside the monitor) is kind of evil - there is no video output and no video input.
05:15:06sam686(well 50% of all-in-one PC)
05:30:34amgine1234567890so whats left to do before bf 18 release
05:30:42amgine1234567890anything else for testing?
05:49:38raptor Quit ()
06:22:45amgine1234567890gtg all bye
06:22:48amgine1234567890 Quit (Quit: Page closed)
13:47:54Wuzzy has joined
14:01:53Watusimoto has joined
14:12:47raptor has joined
14:12:47ChanServ sets mode +o raptor
14:15:37raptorlast night was my turn to fall asleep on the couch...
14:16:05raptorexcept i woke up with no blood in my appendages
15:11:39Watusimotoyes. I'm about to turn the computer over to my kids, but I isolated the crash you reported last night
15:11:47raptorreally?
15:11:51WatusimotoOf course... it involves walls
15:11:51raptori was unable to..
15:12:03raptorwell, i figured that..
15:12:21Watusimotoyes if you remov WallSegmentManager::rebuildEdges() --> mWallEdgeDatabase->removeEverythingFromDatabase() the problem goes away
15:12:46raptordidn't you add that recently.. for something else important?
15:13:07Watusimotoof course, I do not yet understand, exactly, what that does in this particular context. But I will look at it after my kids get some minecraft time.
15:13:11Watusimotoso, back later
15:13:18raptorokey doke
15:13:19raptorlater
16:17:53koda has joined
16:33:15kodahi
16:37:08raptorhello
16:44:15Watusimotohi
16:44:37Watusimotodid amgine find any other issues last night?
16:44:44raptorSo I'm trying to figure out how to get the install directories in windows... i'm thinking about using SDL_getenv...
16:44:53raptorand %APPDATA%
16:45:01raptori think that's the windows environment var
16:45:12raptoryes, he found two other things: bots don't shield against seeker
16:45:41raptorand: credits music doesn't play anymore for some reason
16:45:47raptori can probably fix the second...
16:46:40Watusimotosam686 or I can probably fix the first
16:46:58raptorwhere does bitfighter install to? is it an env var on windows?
16:47:02Watusimotoso you want to know which folder has the exe file?
16:47:04raptorit's got to be..
16:47:18WatusimotoI think that should be easy
16:47:28raptoryes
16:47:36raptoroh dug argv[0] ?
16:47:38raptorduh
16:47:41raptormaybe..
16:49:21Watusimotohttp://stackoverflow.com/questions/2050961/is-argv0-name-of-executable-an-accepted-standard-or-just-a-common-conventi
16:49:33Watusimotosummary: not always reliab;e
16:49:37raptorbah
16:49:41raptorcan you do something for me?
16:49:47raptordo start-> run
16:49:53raptortype in %appdata%
16:50:07raptordoes that folder lead you to where the bitfighter user data is?
16:50:14Watusimotohow is the default sfx folder set?
16:50:22Watusimotothat's usually a pointer to the data dirs
16:50:46raptorthat's the second part: for each system, i need to find two folders: the installation folder, and the user data folder
16:51:00WatusimotoC:\Users\Chris>echo %appdata%
16:51:00WatusimotoC:\Users\Chris\AppData\Roaming
16:51:00WatusimotoC:\Users\Chris>
16:51:06Watusimotoso not where the data is installed
16:51:11raptorhmmm
16:51:15Watusimotobut _maybe_ where it should be installed
16:51:18raptorwher eis it installed on your system?
16:51:26raptoroh, the nsis script..
16:51:36Watusimotoc:\program files\Bitfighter\...
16:51:48raptorwait...
16:51:54raptorwindows doesn't use user data?
16:51:59raptorwhere is the INI kept?
16:52:41Watusimotowhat do you mean by usr data?
16:53:01WatusimotoINI is kept in the user's data folder... for me it's...
16:53:08raptorwell, the folder to which resources are copied so they can be manipulated by each user
16:53:11raptoryes, like the INI
16:53:29WatusimotoMy Documents\Bitfighter
16:53:35Watusimoto(wherever M.D. is)
16:53:38raptorhmm
16:53:40raptorok
16:53:44raptorlooking at NSIS script..
16:53:44WatusimotoBitfighrer is a folder we create
16:54:04WatusimotoI chose to put it there so it would be easy to find
16:57:45raptorwhat does
16:57:55raptorwhere does %programfiles% take you?
16:58:51WatusimotoI have two:
16:58:52WatusimotoProgramFiles=C:\Program Files
16:58:52WatusimotoProgramFiles(x86)=C:\Program Files (x86)
16:59:04Watusimotothe first is for 64 bit progs, the 2nd for 32 bitters
16:59:16Watusimotonot sure why the os makes a distinction
16:59:16raptoryes, but if you pasted that into the run folder, what folder pops up for you?
16:59:31WatusimotoProgramFiles=C:\Program Files
17:00:02raptoris that where bitfighter is installed on your system?
17:00:04Watusimotothough I belive BF is isntalled in ProgramFiles(x86)
17:00:30raptori need some environment var that will go to the 32bit version of program files on all windows systems
17:00:57raptoroops, guests have arrived, i'll be back in about an hour..
17:01:06Watusimotoyes, there
17:01:10Watusimotook, have fun!
17:01:33raptorif you find a var, please let me know..
17:03:49LordDVG has joined
17:03:50LordDVG Quit (Client Quit)
17:04:10LordDVG has joined
17:06:25Watusimotohttp://stackoverflow.com/questions/143174/how-do-i-get-the-directory-that-a-program-is-running-from
17:06:36Watusimotosee the 7 pt answer... that might work
17:09:03Watusimotosee some sample code that uses that answer here: http://msdn.microsoft.com/en-us/library/windows/desktop/ms683197(v=vs.85).aspx
17:10:46Watusimotoalso
17:12:04Watusimotothe shortcut that gets created on the start menu by the installer runs the game from the install folder. Thus you could also (probably) rely on cwd. As we do elsewhere in the game, such as when we set the default sfx folder.
17:15:26BFLogBot Commit: 84b4c22d59d4 | Author: watusimoto | Message: Fix bug caused by uninitialized variable
17:15:27BFLogBot Commit: 15d491896c72 | Author: watusimoto | Message: Comment
17:54:37Watusimoto Quit (Ping timeout: 260 seconds)
18:42:17Watusimoto has joined
19:11:42iKoda has joined
19:24:57iKoda Quit (Quit: K thx bai)
19:27:47raptorWatusimoto: do we have a way to create the bitifghter.ini on the fly from a command?
19:28:12WatusimotoI don't think so, but it would be easy to do
19:29:27WatusimotoParamInfo paramDefs[] = {
19:29:27Watusimotohas all our options
19:30:21raptori ask because if i make the changes i'm making, we won't have a standalone installation anymore.. unless we do something like detect if there's a bitfighter.ini in the executable directory already
19:31:09Watusimotodo we effectively have standalone installs currently?
19:31:39raptoreffectively, yes - if no rootdatadir is set, then it assumes the same directory as where the exe is
19:31:56raptorbut i'm currently coding in the rootdatadir for all platforms
19:33:09Watusimotook, yes it does. but this is mostly theoretical
19:33:21Watusimotowhat do you mean by "coding in"?
19:33:24raptorunless i detect a standalone installation otherwise, it'll clobber your preference INI
19:34:02raptorcoding in = make it possible for running the executable and it'll know where all the resources are on your system
19:34:18raptorautomatically
19:34:23Watusimotoit'll know where the "master copy" of the resources are
19:34:28raptorthat way we can do things like add/remove resources are
19:34:31raptoryes
19:34:31Watusimotonot necessarily the user's copy
19:34:47raptoruser data, yes, too
19:35:02raptorbecause i'm coding it to detect if user's data has been set up, if not, it'll copy the resources
19:35:17Watusimotohow will it know where the user's data is? And could you still override some settings, pointing to, for example, a different level folder?
19:35:31raptoryes, override is still possible
19:36:54Watusimotoso basically, on windows, the info that is currently coded intot he shortcut will be coded into the app instead
19:37:03raptorflow: start -> -rootdatadir set? yes: use it; no: set it as user's data dir (by platform) -> -rootdatadir exists? yes, continue; no: copy resources
19:37:04Watusimoto(i.e. where the default resources are stored)
19:37:37raptoryes, i'm trying to remove that restriction: relying on shortcuts, wrapper scripts, etc.
19:37:41Watusimotook, that makes sense
19:38:03raptorremember those bugs with people saying they launch the exe, but the system doesn't save their preferences?
19:38:13raptorthis would negate that
19:38:21Watusimotoso there is not really a prohibition on standalone, you're just changing the default behavior
19:38:27raptoryesa
19:38:29raptoryes
19:38:31raptorso
19:38:53Watusimotothis should have 0 impact on the current windows install then
19:38:54raptorthat means i want to detect if standalone, and i'm thinking that if it detects an INI in the same directory as the exe, then it knows
19:38:59raptorcorrect
19:39:03Watusimotobecause it creates a shortcut with -rootdatdir in it
19:39:16raptoronly if you use the shortcut
19:39:25raptorbut effectively yes
19:39:28WatusimotoI don't know if you want to detect a standalone
19:39:37raptorwe do if we're debugging
19:39:47raptor(i already put that in)
19:40:08raptori put in a test: if TNL_DEBUG, then don't set up default paths
19:40:40Watusimotobut if I start up the game on a fresh install, then the ini will never be created in exe folder, and you'll never get to standalone mode
19:40:52Watusimotoso it seems a bit academic
19:40:52raptorcorrect
19:41:08Watusimotoso why bother detect it?
19:41:09raptoracademic, yes - only for beta testing, debugging, etc.
19:41:27Watusimotoif the only way to get it is to specify an option, the 2nd time they run, they'll likely still specify the option
19:41:40Watusimotodetecting only seems to create a hidden source of error
19:41:57raptorbecause we want to have a system install with a stable copy, and be able to run standalone copies to code
19:42:20Watusimotowhat do you mean "standalone copies to code"?
19:42:22raptorso i want 017b on my system to still run fine (with its version of the INI)
19:42:40Watusimotowhere is the ini on 017b?
19:42:44raptorbut be able to work on the development version without it loading the INI from the user data dir
19:43:12raptorINI is always wherever rootdatadir is set (which will be done automatically now) and which corresponds to the user's data dir
19:43:20Watusimotoright
19:43:41WatusimotoI'm missing something
19:43:53Watusimotonothing we;re doing will affect 017b
19:43:59raptoryes it will
19:44:12Watusimotohow's that?
19:44:23raptorsorry, not the exact version, no: i used it as an example
19:44:33Watusimotoit will affect 018
19:44:37raptorscenario: 018 stable is installed
19:44:46raptor(future scenario..)
19:44:50Watusimotoyes
19:44:57raptorthe crazy devs want to start coding again
19:45:00Watusimotoyes
19:45:09raptorso they start messing with the code, compile
19:45:31raptorbut uh oh, since raptor coded in default paths as of 018, the new debug build picks up those preferences
19:45:50Watusimotook, and clobbers your 018 install settings
19:45:56raptoryes!
19:45:59Watusimotook, sure
19:46:01WatusimotoI see that
19:46:08raptorand that's what i want to avoid
19:46:15Watusimotothat's why you want to have the debug version write to the system folder
19:46:23Watusimoto(which won't work on windows, btw)
19:46:39Watusimotoso now you have a dev ini in your program folder
19:46:46Watusimotoand you go to run the regular game
19:46:52raptorwhat i coded in was: if debug, don't look for default paths
19:47:12Watusimotoand if you look in the program folder for an INI to detect standalone, you'll find your debug settings
19:47:17raptoryes
19:47:23Watusimotoand the program will get confused
19:48:01raptornow back to my first question again: do we want to detect the 'standalone' nature (equivalent to not setting default paths) in a release build?
19:48:23Watusimotoyou can't -- doing so would break your dev scenario
19:48:38raptorunless
19:49:07raptori do something like chekcing for the INI in the same folder as the exe - sort of a pre-setup to trigger the standalone nature
19:49:27raptorthen a standalone build could be distributed as a zip file
19:49:43Watusimotoalso a portable windows install
19:49:47Watusimotowhich would be good
19:49:54raptorfor beta testing or... or.. or putting on school computers where you don't have admin rights! yeah!
19:50:09Watusimotohere's a different idea
19:50:17Watusimotohow I solve the dev stuff on my machine
19:50:21raptoroh goodie
19:50:25WatusimotoI have my regular bf 017b install
19:50:41Watusimotowith all my settings in My Docuemnts\Bitfighter
19:50:44Watusimotothe default location
19:50:46raptoryes
19:50:56Watusimotothen I have my dev setup going on
19:51:24Watusimotoand I tell my compiler to add cmd line params -rootdatadir My Documnts\Bitfighter_debug
19:51:36Watusimotoand th settings go there when I run from the compiler
19:51:44raptorahh - so maybe we distribute a launcher for standalone mode?
19:51:57WatusimotoI was thinking a launcher for development
19:52:21raptori figure standalone/development give same behavior
19:52:23Watusimotoin windows, you can't write to the program folder without bringing up the UAC (or whatever it is called)
19:52:29raptorcorrect
19:52:39Watusimotoso you can't ever writie your INI file to the install folder if the program is isntalled
19:53:15Watusimotobut
19:53:17raptorthat's fine, that is already implicit in my mind regarding our scenario
19:53:33Watusimotoif you run in portable mode, it would try to create a folder in my documents, which isn;t what you want
19:53:48Watusimotoyou need to know if you are running as standalone or not
19:54:14WatusimotoI don;t think there is any way to discern without something telling you
19:54:34Watusimotoand in windows, that's pretty much how it works
19:54:47Watusimotoif you specify no -rootdatadir, you are effectively running in portable mode
19:55:33Watusimotothe problem is if someone happens upon the exe in the install folder and tries to run that (maybe they deleted their shortcut somehow)
19:56:23Watusimotomaybe we could package the game with a .portable file, and then have the installer delete that
19:56:38Watusimotoif that was found, you'd know it was a portable install
19:56:50Watusimotoor the opposite; have the installer create a .notportable file
19:56:58Watusimotoso you could tell if it were installed
19:57:10raptorhmmm
19:57:27Watusimotobut if you download the installer, you can't readily get the files out in a friendly manner
19:57:49Watusimotofor win anyway we';d need to package as a .zip also
19:57:56raptori'm thinking we could either: 1. detect if the INI is already in the exe folder 2. distribute a .bat folder (or .sh) that calls -rootdatadir .
19:58:08raptorthere is a dot at the end of that last line
19:58:11raptorso current dir
19:58:24Watusimotoif you do 1., how does the ini get in to the exe folder, and how do you make sure it isn;t the dev version (easily)
19:58:33raptorwe could prepackage portable?
19:58:47Watusimotomaybe -- wouldn;t be too hard
19:59:13Watusimotoand 2) we don;t need that on windows -- we have a shortcut do the work of the bat file
19:59:38Watusimotoor did you mean that 2) the bat file could be the portable launcher
19:59:55raptoror maybe portable doesn't even matter:
20:00:06raptorwe could use the user's data dir by default anyways
20:00:16Watusimotothe easiest way to packag portable would be to write a script that copies files to a folder in the correct structure then zips it
20:00:30Watusimotowith portable, you only want to write to the portable folder
20:00:37Watusimotoso you could run from a usb key
20:00:42Watusimotowith no writing to the system at all
20:00:54Watusimotoleave no trace
20:01:08raptorok
20:01:25Watusimotofor windows anyway, we might be able to add a portable option to the installer
20:01:27iKoda has joined
20:01:39raptori don't know if i want to complicate things that much
20:01:41Watusimotoso you install and can choose "normal install" or "portable"
20:01:47raptorhmm..
20:01:52Watusimotothen there is only one package
20:01:59Watusimotoand one package generation script
20:02:09Watusimotoand no out-of-sync problems
20:02:24raptorok, well, i have to go for a few hours
20:02:37Watusimotook
20:02:49raptorthe question remaining for me, is the behavior of detecting portable within the executable itself
20:02:52WatusimotoI don't think the portable thing is a complication, rather a sideline
20:02:57raptoryes
20:02:58raptori agree
20:03:02WatusimotoI don;t think you can.
20:03:06Watusimotobut more on that later
20:03:13raptorok
20:03:19raptorsee you later!
20:03:23Watusimotobye
21:32:17iKoda Quit (Quit: K thx bai)
21:58:14raptorhi again
21:59:48Watusimotohi
21:59:53Watusimotostill stuck on this editor crash
22:00:37Watusimotohey, just so you and sam686 know, I'm going on a business trip, and will likly be out of touch Mon and Tues evenigns. probably back Wed.
22:03:02raptorok
22:03:11raptorno problem
22:04:16WatusimotoI know :-)
22:04:34raptormaybe i'll be done with my own craziness by then...
22:07:28WatusimotoI'm hoping I will too
22:07:58Watusimotogetting a heap corruption error; looks like it happens when we delete an object with a Vector<Point>
22:08:12raptorso you can duplicate that error from last night?
22:08:15Watusimotooh yes
22:08:21Watusimoto90% of the time
22:08:36raptorok good: i only got it once, out of like 6 tries
22:08:37Watusimotoit's legit
22:09:05WatusimotoI create a u shaped wall, add a repair, resize, undo redo undo crash
22:09:40raptorok
22:18:06raptordare i make the assumption that wherever the executable resides, that is the installation directory?
22:18:18raptor(for windows)
22:19:29Watusimotoyes, unless portable install
22:19:47Watusimotowhich may not matter
22:19:52raptorsorry, i mean installed game resources
22:20:10Watusimotohuh?
22:20:31raptorthe executable will always be with the game resources, right?
22:20:45raptorwhether portable or normal
22:20:57Watusimotoexe will always be with gold copy of resources, yes
22:21:02raptorok
22:21:08raptorthat's what i meant
22:21:14Watusimotoyes, always
22:21:15raptor'gold copy' - good description
22:21:57Watusimotothough on portable there is no gold copy, I suppose
22:24:47raptori'm debating whether to use the environment var for %programfiles% or to just detect wherever the exe is..
22:25:12WatusimotoI'd google it first... but if google says ok, then I say ok
22:25:55raptorthis is the best solution i've found: http://stackoverflow.com/a/1024937
22:26:03raptornow to find someone who already wrote the code
22:28:22Watusimotoah, you mean getModuleFilenam?
22:28:37WatusimotoI posted a link earlier with a code sample for that
22:28:47Watusimotowhile you were greeting company
22:52:12BFLogBot Commit: 3d82c6bf3c14 | Author: watusimoto | Message: Whitespace
22:52:14BFLogBot Commit: b0f2608fd43d | Author: watusimoto | Message: Comments
22:54:00raptorstill can't duplicate the crash...
22:54:06raptorlooks to be an evil one
22:55:56raptorneat site i just came across: http://sourceforge.net/p/predef/wiki/OperatingSystems/
22:56:08iKoda has joined
23:02:59raptorWatusimoto: do we have a method somewhere for returning the folder for a specific file?
23:03:17Watusimotolike from a path?
23:03:25raptorso c:\blah\filename.exe could be parsed as c:\blah
23:03:32raptoryes
23:03:42WatusimotoextractDirectory
23:03:57raptoroh hey! there it is!
23:03:58Watusimotoin stringUtils
23:04:04raptordid you write that recently?
23:04:26WatusimotoI wrote one of those three recently
23:04:34raptoralso, is it windows only?
23:04:35WatusimotoI think I wrote the extension
23:04:42Watusimotono
23:04:56Watusimotoreturn path.substr( 0, path.find_last_of( '\\' ) + 1 );
23:05:02Watusimotouh... yes it appears it is
23:05:06raptorha
23:05:20Watusimotowe don't actually use it, I don;t think
23:05:30raptorused in GUP
23:05:41raptorok, so windows only - easily adaptable
23:06:13Watusimotowe use it for gu[
23:06:15Watusimotoas you said
23:06:24Watusimotoeasily adaptable, yes
23:06:40iKoda Quit (Ping timeout: 268 seconds)
23:09:03raptorok, i'll get through this...
23:13:18sam686 Quit (Ping timeout: 245 seconds)
23:14:31sam686 has joined
23:14:32ChanServ sets mode +v sam686

Index Search ←Prev date Next date→

These logs were automatically created by BFLogBot on irc.freenode.net.