#bitfighter IRC Log

Index Search ←Prev date Next date→

IRC Log for 2014-03-24

Timestamps are in GMT/BST.

00:02:36Nothing_Much Quit (Quit: Konversation terminated!)
00:21:17fordcars_deb Quit (Quit: Laters!)
00:21:22fordcars has joined
00:24:55fordcars Quit (Client Quit)
00:24:59fordcars_ has joined
00:27:01fordcars__ has joined
00:27:01fordcars_ Quit (Read error: Connection reset by peer)
00:29:07carlhewett has joined
00:29:07fordcars__ Quit (Read error: Connection reset by peer)
00:32:34raptorcarlhewett / fordcars.. you've been leaving/joining a lot!
00:33:20carlhewett Quit (Ping timeout: 246 seconds)
00:50:13HylianSavior Quit (Quit: Leaving)
01:26:47Nothing_Much has joined
01:33:09kaen has joined
01:38:53fordcars_deb has joined
02:01:41CrazyLinuxNerd has joined
02:02:37Nothing_Much Quit (Read error: Connection reset by peer)
02:16:52Nothing_Much has joined
02:18:15raptori give up
02:18:29raptori'm going crazy with c++ exception handling problems...
02:57:41YoshiSmb_m has joined
02:58:07BFLogBot Commit: bd2e0d6f0745 | Author: buckyballreaction | Message: Be more flexible in detecting a Lua point object in c++: just check for the x and y fields
03:08:01YoshiSmb_m Quit (Ping timeout: 240 seconds)
03:08:58YoshiSmb_m has joined
03:16:33BFLogBot Commit: 1834617ac1d9 | Author: buckyballreaction | Message: Created wiki page through web user interface.
03:16:38fordcars_debraptor, are you still up?
03:17:15raptorno
03:17:42fordcars_debOh ok, I'll wait until tomorrow
03:18:11fordcars_deb:P But seriously, can I new Class();?
03:19:55BFLogBot Commit: aa37d89bc38c | Author: buckyballreaction | Message: Point to downloads at bitfighter.org
03:20:00raptorhuh?
03:20:04raptoryes
03:20:30raptorbut any time you do 'new', you MUST do 'delete' at some time later, or there will be a memory leak
03:20:51raptorunless your question is something completely different
03:21:14fordcars_debWell I do "ClassType poop = new ClassType();"
03:21:24raptorc++, right?
03:21:27raptorif so, then yes
03:21:36fordcars_debBut gcc shouts at me saying it can't convert to non-scalar
03:21:39fordcars_debYeah
03:21:44raptorohhh
03:21:45raptoroops
03:21:47raptoryeah...
03:21:57raptorClassType *poop = new ClassType();
03:22:01YoshiSmb_m Quit (Ping timeout: 240 seconds)
03:22:05raptor'new' returns a pointer to the object in memory
03:22:12fordcars_debAhhh okok
03:22:29fordcars_debAnd can I access it's publics using "."?
03:22:40fordcars_debpoop.x or *poop.x?
03:22:45fordcars_debor poop->x
03:22:46raptoras a pointer, no: poop->x
03:22:52raptorpointer requires ->
03:22:59fordcars_debOhhhh okokok
03:23:06raptor'scalars' or non-pointers use the '.'
03:23:14fordcars_debWhat are those anyway
03:23:28fordcars_debWell, waht are the differences
03:23:44raptora scalar is the object it self
03:23:54raptora pointer is just a memory address that points to the object
03:24:33fordcars_debOkok
03:24:55fordcars_debUhh, now gcc says I can't access the x and y variables
03:25:07raptorif at all possible, try to avoid using 'new'
03:25:09fordcars_debOh, "=" operator not in the class
03:25:25fordcars_debWell I don't know how to create a class another way :X
03:25:37raptorlike this: ClassType poop;
03:25:40raptorcreated!
03:26:03fordcars_debAhhhh
03:26:32fordcars_debWhoa that worked! Thanks
03:26:59raptoryw
03:27:03raptorok, to bed with me!
03:27:04raptornight!
03:27:49fordcars_debNight!
03:28:04raptor Quit ()
03:32:25Nothing_MuchYo what's goin' on?
03:38:14fordcars_debJust playing around with Bitfighter code :D
03:38:31Nothing_Muchfordcars_deb: Nice! Are you gonna be a full time dev?
03:41:48YoshiSmb_m has joined
03:42:13YoshiSmb_mNight Time!
03:42:42YoshiSmb_mHi fc, n_m
03:44:53Nothing_MuchHi there
03:48:21destroyerimo Quit (Quit: I am always here)
04:01:37fordcars_debHi
04:01:49fordcars_debI wish Nothing :P
04:02:24Nothing_MuchWell fordcars_deb, you can do some good things.. though I haven't seen most of the bots you've made and stuff. :(
04:03:19fordcars_debHeh maybe
04:03:39fordcars_debRight now, all I am trying to get working is a simple array in C++
04:03:46fordcars_debGahhh
04:04:05Nothing_MuchNice
04:04:08Nothing_MuchBleh
04:04:15Nothing_MuchI think I should order my PC parts now :o
04:04:26fordcars_debYeah haha
04:08:29fordcars_debYeahhhh it works :D
04:08:57Nothing_Muchnice!
04:09:34fordcars_debHaha
04:09:49fordcars_debI "winterfied" bitfighter
04:18:41YoshiSmb_m Quit (Read error: Connection reset by peer)
04:19:19YoshiSmb_m has joined
05:29:55Nothing_Much Quit (Quit: Konversation terminated!)
06:11:13YoshiSmb_m Quit (Remote host closed the connection)
06:32:14taz has joined
06:32:51tazBLAA
06:32:58tazhi
06:36:28kaenhi
07:27:23kaen Quit (Ping timeout: 246 seconds)
07:29:23sam686 Quit (Ping timeout: 246 seconds)
07:31:40sam686 has joined
07:31:40ChanServ sets mode +v
07:36:30Darrel Quit (Read error: Connection reset by peer)
07:36:55Darrel has joined
08:09:31taz Quit (Ping timeout: 264 seconds)
08:33:11Darrel Quit (Ping timeout: 246 seconds)
08:33:18Darrel has joined
11:45:43Watusimoto has joined
12:06:52Invisible2 has joined
12:15:31Nothing_Much has joined
12:21:57YoshiSmb_m has joined
12:35:58Nothing_Muchfordcars_deb: all nighter?
12:42:23Invisible2 Quit (Ping timeout: 246 seconds)
12:51:17YoshiSmb_mgood morning
12:54:24Watusimoto Quit (Ping timeout: 268 seconds)
12:58:46Nothing_Muchmornin' YoshiSmb_m
13:14:05YoshiSmb_m Quit (Ping timeout: 252 seconds)
13:16:03LordDVG has joined
13:36:20Darrel Quit (Read error: Operation timed out)
13:40:22kaen has joined
14:09:05Nothing_Much Quit (Ping timeout: 252 seconds)
14:09:43Nothing_Much has joined
14:31:22Invisible2 has joined
14:45:56Invisible2 Quit (Ping timeout: 246 seconds)
14:55:07Nothing_Much Quit (Read error: Connection reset by peer)
14:55:23Nothing_Much has joined
15:21:08bobdaduck has joined
15:58:45raptor has joined
15:58:45ChanServ sets mode +o
15:59:21raptori can't believe it's been almost a year since the last BBB
16:07:13raptorposted!: http://bitfighter.org/forums/viewtopic.php?f=20&t=2313
16:14:55kaen Quit (Ping timeout: 264 seconds)
16:17:26kaen has joined
16:21:47koda has left #bitfighter
16:22:25koda has joined
16:25:44raptoroh, and good morning!
17:21:41Nothing_Much Quit (Ping timeout: 246 seconds)
17:53:32Watusimoto has joined
17:54:50Invisible2 has joined
18:41:31LordDVG Quit (Ping timeout: 252 seconds)
18:44:00no_mu has joined
18:53:45kaen Quit (Ping timeout: 265 seconds)
18:58:24kaen has joined
19:13:04bobdaduck Quit (Remote host closed the connection)
19:13:37sam686 has left #bitfighter
19:20:53LordDVG has joined
20:08:47Invisible2 Quit (Ping timeout: 252 seconds)
20:10:23Watusimoto Quit (Ping timeout: 246 seconds)
20:11:12sam686 has joined
20:11:12ChanServ sets mode +v
20:15:35bobdaduck has joined
20:16:31no_mu Quit (Quit: Page closed)
20:51:05HylianSavior has joined
20:57:20YoshiSmb_m has joined
21:25:29raptor!bbb
21:25:29BFLogBotBig Bitfighter Battle!
21:29:02Invisible1 has joined
21:40:19LordDVG Quit (Remote host closed the connection)
21:43:23YoshiSmb_m Quit (Remote host closed the connection)
21:52:20bobdaduck Quit (Remote host closed the connection)
22:00:07HylianSavior Quit (Quit: Leaving)
22:00:17HylianSavior has joined
22:45:17HylianSavior Quit (Quit: Leaving)
23:12:21Invisible1 Quit (Ping timeout: 265 seconds)
23:15:18raptornight!
23:15:22raptor Quit ()
23:54:02fordcars_debHi

Index Search ←Prev date Next date→

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