topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday November 11, 2025, 6:21 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 20 21 22 23 24 [25] 26 27 28 29 30 ... 32next
601
Aaaagh, thanks for making us all feel like old farts :P
602
Developer's Corner / Re: Let's Make us some Games!
« Last post by Gothi[c] on December 13, 2006, 05:57 PM »
Something this big will take a team that can dedicate their time and get paid for their labor.

Hah.
603
!!

It made me very happy to see that far (and so donationcoder) is getting some press!!
Congratulations, mouser.
Thank you for posting this, Arjen!
605
Living Room / Re: Qwerty Warriors: Flash Game of the Day
« Last post by Gothi[c] on December 07, 2006, 11:34 PM »
Pwnd. (as in, "i got")
606
Living Room / Re: Real code vs. Code in the movies
« Last post by Gothi[c] on December 07, 2006, 04:15 PM »
1) it does when i scroll down in it :)
2) mine is sometimes :) depending on what I'm using.
3) You'd hope,- if not it's time to fire someone
4) Unless you're using >4 dimensional arrays.  ;)
8) Well, eventually that's what it compiles to.
9) I rarely use a mouse when coding, but that's just me.
10) No, to write cross platform you actually have to fork out the effort to use cross platform libraries instead of sticking to what 'everyone else' does.
607
Best Text Editor / Re: Vim: important usage tips
« Last post by Gothi[c] on December 06, 2006, 05:55 AM »
I'm also an intensive vim user, though I haven't spend too much time looking for tweaks. My vimrc is extremely basic, line numbering, syntax highlighting, 2 spaces instead of a tab, no line wrapping, etc,...


So, here's mine:

syntax on
set wildmode=list:longest,full
set showmode
set showcmd
set shortmess+=r
set mouse=a
set nowrap
set shiftwidth=2
set tabstop=2
set expandtab
set autoindent
set number
set title
set ttyfast
set shiftround
filetype on
set ignorecase
set smartcase
set incsearch
set gdefault
608
- More developers
- More game development stuff
- More C++
- Some cool forum visualization tool thingie

[edit]
- More cross platform developers and programs
- More open source developers
[/edit]

But good job sofar! :)
609
Living Room / Re: LED Mirror that displays scrolling messages
« Last post by Gothi[c] on December 01, 2006, 06:35 PM »
610
Developer's Corner / Re: Best Programming Music
« Last post by Gothi[c] on November 28, 2006, 09:04 PM »
App, you should try some stuff of my list ;) minus the blackmetal stuff.
If you're drawn to classical guitar, violin and fluite music try these:

- Arcana ( http://www.erebusodora.net/arcana/ ) (VERY slow music)
- Ataraxia ( http://www.ataraxia.net/ ) ( they use classical guitar allot, though the vocals may be a bit weird to some that aren't used to strange non-mainstream music ;) )
- Excalibur soundtrack ( this has some excellent flute/classical guitar stuff in it)
- Loituma ( finnish folk stuff )
- Zbigniew Preisner ( this guy makes very mystical classicalish music, wrote several movie soundtracks too)

611
Developer's Corner / Re: F*cks per source package and license
« Last post by Gothi[c] on November 26, 2006, 03:15 AM »
Nice find. fucking PHP :P
612
Developer's Corner / Re: SkyIDE - Latest Release Information
« Last post by Gothi[c] on November 20, 2006, 06:31 PM »
Awesome. :)
Bakefile is really nice, it lets you make one project file that can be exported to automake, visual c++, borland and many other formats, great for cross platform projects :)
613
Living Room / Re: OhMiBod - Another computer sex gadget for women
« Last post by Gothi[c] on November 20, 2006, 03:10 AM »
Since this is the second time mouser found one of those, I can't help but wonder about the stuff he sticks into google sometimes
614
Developer's Corner / Re: SkyIDE - Latest Release Information
« Last post by Gothi[c] on November 19, 2006, 07:32 PM »
I must say I am impressed with the speed you have been implementing features and bugfixes. This has been advancing quite fast for a one man project!
615
Living Room / Re: Wiki of the Week: Wikimapia
« Last post by Gothi[c] on November 17, 2006, 05:29 PM »
nice find!
616
Developer's Corner / Re: SkyIDE - Latest Release Information
« Last post by Gothi[c] on November 16, 2006, 04:24 PM »
Cool, you fixed the win2k error. So was it the manifest causing the problems then?
617
Where's my new cross-platform kylix-like c++ builder?  >:( I remember seeing that on their roadmap somewhere...
618
Living Room / Re: How Microsoft Chooses New Sounds
« Last post by Gothi[c] on November 12, 2006, 11:31 PM »
18 months to come up with a sound I would replace the first day of running it.

Microsoft is planning not to allow people to change the startup sound.

http://scobleizer.co...rtup-sound-in-vista/
619
You're not missing out on much,.. the older games usually are more fun anyways :)
620
... Why is it that Quake3 still seems 'new' to me. I'm still a Quake2 guy :P
It's not THAT ancient, you know. Computer technology just evolves way too fast :P
621
Mobysaurus / Re: .Net Framework: v2.0 install
« Last post by Gothi[c] on November 07, 2006, 12:57 AM »
welcome to the evil that is .NET
622
General Software Discussion / Re: Best free firewall for Windows?
« Last post by Gothi[c] on November 07, 2006, 12:50 AM »
Well, sygate was indeed the best firewall i ever used for windows. RIP. I'd recommend anyone to try and find a copy of it. ZA, while it works for many people, is a bit too bloated, and I can't stand the newbieware approach of it :P sygate was VERY lightweight, and it worked great. But something tells me the responses there didn't cover all the firewalls out there. There may be one or two or three or more firewalls out there that aren't as popular as the before mentioned but still good.
623
General Software Discussion / Re: SCRIBUS - Open Source Desktop Publishing
« Last post by Gothi[c] on November 07, 2006, 12:18 AM »
ah nevermind, the eps format isn't readable enough to parse through. I guess i'm sticking to LaTeX.

<edit>
It seems that the svg format, which is XML and convertable to PDF is allot more parse-able for procedural generation, and inkscape seems to output the svg format in a readable way, maybe
i'll try that route :) that way i can still have wysiwyg reports and procedural generation in perl  :eusa_dance:
</edit>

Edit by jgpaiva: fixing wrong url tag
624
General Software Discussion / Re: SCRIBUS - Open Source Desktop Publishing
« Last post by Gothi[c] on November 07, 2006, 12:01 AM »
I just build the latest CVS version of scribus on ubuntu. Looks damn nice, but there's some issues with the table functionality. A table is really a grouped/bordered set of text frames, as a result of this, it is possible to resize a cell over another cell, and thus messing everything up, sometimes unrecoverable, so you have to redo your entire table (no undo). Quite annoying. But I guess they'll solve this later. Here's a screenshot of the cvs version:

scribus.png

I'm going to use it to make report templates. I can export from scribus to .eps format, and use eps2pdf to procedurally generate PDF files from my perl CGI script. I was using LaTeX before for this, but having a wysiwyg tool is just allot easyer than having to write up all the latex source from scratch, especially if your report has to look a certain way. (LaTeX is very handy for writing papers and stuff without having to worry about formatting though.)
625
Tested it on ubuntu with an ATI x550 card, runs fine, but very buggy.
Like f0dder said, graphics are nice, but I experience some strange artifacts here and there.
And the game totally locked up the computer needing a hard reboot when i exited it.
It may be my 3d card drivers.... but the game itself ran very smooth, seems to need  a little more work tho.
Pages: prev1 ... 20 21 22 23 24 [25] 26 27 28 29 30 ... 32next