00:02:36 | | Nothing_Much Quit (Quit: Konversation terminated!) |
00:21:17 | | fordcars_deb Quit (Quit: Laters!) |
00:21:22 | | fordcars has joined |
00:24:55 | | fordcars Quit (Client Quit) |
00:24:59 | | fordcars_ has joined |
00:27:01 | | fordcars__ has joined |
00:27:01 | | fordcars_ Quit (Read error: Connection reset by peer) |
00:29:07 | | carlhewett has joined |
00:29:07 | | fordcars__ Quit (Read error: Connection reset by peer) |
00:32:34 | raptor | carlhewett / fordcars.. you've been leaving/joining a lot! |
00:33:20 | | carlhewett Quit (Ping timeout: 246 seconds) |
00:50:13 | | HylianSavior Quit (Quit: Leaving) |
01:26:47 | | Nothing_Much has joined |
01:33:09 | | kaen has joined |
01:38:53 | | fordcars_deb has joined |
02:01:41 | | CrazyLinuxNerd has joined |
02:02:37 | | Nothing_Much Quit (Read error: Connection reset by peer) |
02:16:52 | | Nothing_Much has joined |
02:18:15 | raptor | i give up |
02:18:29 | raptor | i'm going crazy with c++ exception handling problems... |
02:57:41 | | YoshiSmb_m has joined |
02:58:07 | | BFLogBot 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:01 | | YoshiSmb_m Quit (Ping timeout: 240 seconds) |
03:08:58 | | YoshiSmb_m has joined |
03:16:33 | | BFLogBot Commit: 1834617ac1d9 | Author: buckyballreaction | Message: Created wiki page through web user interface. |
03:16:38 | fordcars_deb | raptor, are you still up? |
03:17:15 | raptor | no |
03:17:42 | fordcars_deb | Oh ok, I'll wait until tomorrow |
03:18:11 | fordcars_deb | :P But seriously, can I new Class();? |
03:19:55 | | BFLogBot Commit: aa37d89bc38c | Author: buckyballreaction | Message: Point to downloads at bitfighter.org |
03:20:00 | raptor | huh? |
03:20:04 | raptor | yes |
03:20:30 | raptor | but any time you do 'new', you MUST do 'delete' at some time later, or there will be a memory leak |
03:20:51 | raptor | unless your question is something completely different |
03:21:14 | fordcars_deb | Well I do "ClassType poop = new ClassType();" |
03:21:24 | raptor | c++, right? |
03:21:27 | raptor | if so, then yes |
03:21:36 | fordcars_deb | But gcc shouts at me saying it can't convert to non-scalar |
03:21:39 | fordcars_deb | Yeah |
03:21:44 | raptor | ohhh |
03:21:45 | raptor | oops |
03:21:47 | raptor | yeah... |
03:21:57 | raptor | ClassType *poop = new ClassType(); |
03:22:01 | | YoshiSmb_m Quit (Ping timeout: 240 seconds) |
03:22:05 | raptor | 'new' returns a pointer to the object in memory |
03:22:12 | fordcars_deb | Ahhh okok |
03:22:29 | fordcars_deb | And can I access it's publics using "."? |
03:22:40 | fordcars_deb | poop.x or *poop.x? |
03:22:45 | fordcars_deb | or poop->x |
03:22:46 | raptor | as a pointer, no: poop->x |
03:22:52 | raptor | pointer requires -> |
03:22:59 | fordcars_deb | Ohhhh okokok |
03:23:06 | raptor | 'scalars' or non-pointers use the '.' |
03:23:14 | fordcars_deb | What are those anyway |
03:23:28 | fordcars_deb | Well, waht are the differences |
03:23:44 | raptor | a scalar is the object it self |
03:23:54 | raptor | a pointer is just a memory address that points to the object |
03:24:33 | fordcars_deb | Okok |
03:24:55 | fordcars_deb | Uhh, now gcc says I can't access the x and y variables |
03:25:07 | raptor | if at all possible, try to avoid using 'new' |
03:25:09 | fordcars_deb | Oh, "=" operator not in the class |
03:25:25 | fordcars_deb | Well I don't know how to create a class another way :X |
03:25:37 | raptor | like this: ClassType poop; |
03:25:40 | raptor | created! |
03:26:03 | fordcars_deb | Ahhhh |
03:26:32 | fordcars_deb | Whoa that worked! Thanks |
03:26:59 | raptor | yw |
03:27:03 | raptor | ok, to bed with me! |
03:27:04 | raptor | night! |
03:27:49 | fordcars_deb | Night! |
03:28:04 | | raptor Quit () |
03:32:25 | Nothing_Much | Yo what's goin' on? |
03:38:14 | fordcars_deb | Just playing around with Bitfighter code :D |
03:38:31 | Nothing_Much | fordcars_deb: Nice! Are you gonna be a full time dev? |
03:41:48 | | YoshiSmb_m has joined |
03:42:13 | YoshiSmb_m | Night Time! |
03:42:42 | YoshiSmb_m | Hi fc, n_m |
03:44:53 | Nothing_Much | Hi there |
03:48:21 | | destroyerimo Quit (Quit: I am always here) |
04:01:37 | fordcars_deb | Hi |
04:01:49 | fordcars_deb | I wish Nothing :P |
04:02:24 | Nothing_Much | Well fordcars_deb, you can do some good things.. though I haven't seen most of the bots you've made and stuff. :( |
04:03:19 | fordcars_deb | Heh maybe |
04:03:39 | fordcars_deb | Right now, all I am trying to get working is a simple array in C++ |
04:03:46 | fordcars_deb | Gahhh |
04:04:05 | Nothing_Much | Nice |
04:04:08 | Nothing_Much | Bleh |
04:04:15 | Nothing_Much | I think I should order my PC parts now :o |
04:04:26 | fordcars_deb | Yeah haha |
04:08:29 | fordcars_deb | Yeahhhh it works :D |
04:08:57 | Nothing_Much | nice! |
04:09:34 | fordcars_deb | Haha |
04:09:49 | fordcars_deb | I "winterfied" bitfighter |
04:18:41 | | YoshiSmb_m Quit (Read error: Connection reset by peer) |
04:19:19 | | YoshiSmb_m has joined |
05:29:55 | | Nothing_Much Quit (Quit: Konversation terminated!) |
06:11:13 | | YoshiSmb_m Quit (Remote host closed the connection) |
06:32:14 | | taz has joined |
06:32:51 | taz | BLAA |
06:32:58 | taz | hi |
06:36:28 | kaen | hi |
07:27:23 | | kaen Quit (Ping timeout: 246 seconds) |
07:29:23 | | sam686 Quit (Ping timeout: 246 seconds) |
07:31:40 | | sam686 has joined |
07:31:40 | | ChanServ sets mode +v |
07:36:30 | | Darrel Quit (Read error: Connection reset by peer) |
07:36:55 | | Darrel has joined |
08:09:31 | | taz Quit (Ping timeout: 264 seconds) |
08:33:11 | | Darrel Quit (Ping timeout: 246 seconds) |
08:33:18 | | Darrel has joined |
11:45:43 | | Watusimoto has joined |
12:06:52 | | Invisible2 has joined |
12:15:31 | | Nothing_Much has joined |
12:21:57 | | YoshiSmb_m has joined |
12:35:58 | Nothing_Much | fordcars_deb: all nighter? |
12:42:23 | | Invisible2 Quit (Ping timeout: 246 seconds) |
12:51:17 | YoshiSmb_m | good morning |
12:54:24 | | Watusimoto Quit (Ping timeout: 268 seconds) |
12:58:46 | Nothing_Much | mornin' YoshiSmb_m |
13:14:05 | | YoshiSmb_m Quit (Ping timeout: 252 seconds) |
13:16:03 | | LordDVG has joined |
13:36:20 | | Darrel Quit (Read error: Operation timed out) |
13:40:22 | | kaen has joined |
14:09:05 | | Nothing_Much Quit (Ping timeout: 252 seconds) |
14:09:43 | | Nothing_Much has joined |
14:31:22 | | Invisible2 has joined |
14:45:56 | | Invisible2 Quit (Ping timeout: 246 seconds) |
14:55:07 | | Nothing_Much Quit (Read error: Connection reset by peer) |
14:55:23 | | Nothing_Much has joined |
15:21:08 | | bobdaduck has joined |
15:58:45 | | raptor has joined |
15:58:45 | | ChanServ sets mode +o |
15:59:21 | raptor | i can't believe it's been almost a year since the last BBB |
16:07:13 | raptor | posted!: http://bitfighter.org/forums/viewtopic.php?f=20&t=2313 |
16:14:55 | | kaen Quit (Ping timeout: 264 seconds) |
16:17:26 | | kaen has joined |
16:21:47 | | koda has left #bitfighter |
16:22:25 | | koda has joined |
16:25:44 | raptor | oh, and good morning! |
17:21:41 | | Nothing_Much Quit (Ping timeout: 246 seconds) |
17:53:32 | | Watusimoto has joined |
17:54:50 | | Invisible2 has joined |
18:41:31 | | LordDVG Quit (Ping timeout: 252 seconds) |
18:44:00 | | no_mu has joined |
18:53:45 | | kaen Quit (Ping timeout: 265 seconds) |
18:58:24 | | kaen has joined |
19:13:04 | | bobdaduck Quit (Remote host closed the connection) |
19:13:37 | | sam686 has left #bitfighter |
19:20:53 | | LordDVG has joined |
20:08:47 | | Invisible2 Quit (Ping timeout: 252 seconds) |
20:10:23 | | Watusimoto Quit (Ping timeout: 246 seconds) |
20:11:12 | | sam686 has joined |
20:11:12 | | ChanServ sets mode +v |
20:15:35 | | bobdaduck has joined |
20:16:31 | | no_mu Quit (Quit: Page closed) |
20:51:05 | | HylianSavior has joined |
20:57:20 | | YoshiSmb_m has joined |
21:25:29 | raptor | !bbb |
21:25:29 | BFLogBot | Big Bitfighter Battle! |
21:29:02 | | Invisible1 has joined |
21:40:19 | | LordDVG Quit (Remote host closed the connection) |
21:43:23 | | YoshiSmb_m Quit (Remote host closed the connection) |
21:52:20 | | bobdaduck Quit (Remote host closed the connection) |
22:00:07 | | HylianSavior Quit (Quit: Leaving) |
22:00:17 | | HylianSavior has joined |
22:45:17 | | HylianSavior Quit (Quit: Leaving) |
23:12:21 | | Invisible1 Quit (Ping timeout: 265 seconds) |
23:15:18 | raptor | night! |
23:15:22 | | raptor Quit () |
23:54:02 | fordcars_deb | Hi |