Show Posts
|
|
Pages: [1]
|
|
2
|
Discussions / General Discussions / Re: Windows 7
|
on: 2009-11-04 07:47:13
|
|
So I got Windows 7 for free as part of Microsoft's MSDN Academic Alliance and decided to install it on my (previously Ubuntu 9.04) laptop (VAIO SGN-S4XP). Everything went to hell. First I had to hook up ethernet just to get Windows Update to find a driver for my wireless card. The display is still listed as generic VGA, and neither NVidia nor Sony have any drivers for it (but Sony did have a bunch of broken links for Windows 7 users), so it's running 1024x768 on a widescreen and I have two black bars left and right, reducing usable space by about 1/4th. Touchpad scrolling is broken. Audio manager module gotten through Windows Update is incompatible (so why did it download it in the first place?). It pissed me off so much, I didn't even have the patience to even try Java on it. Although it is pretty, all things considered. I skipped Vista so this was a new experience in some ways. But pretty doesn't mean much when it bricks my laptop like this. Oh, and the new control panel interface reminds me of vi. Brain surgery in the dark with a blindfold and hands tied behind your back.
So I promptly downloaded and dual-booted it to Ubuntu 9.10. At least there everything just works as expected, though in the previous version I had some trouble burning and ripping CDs. Thankfully I only ever use Windows for playing games (and ripping bought CDs thanks to Grip being broken all the time), which is a pretty rare occasion these days especially with the PS3 in the living room. I've heard people complain that OpenOffice doesn't meet their needs, but I've yet to run into problems myself, although I am not very demanding of it. And any serious documents must be written with LyX anyway.
|
|
|
|
|
4
|
Games Center / Featured Games / Re: Quantum - Free RTS
|
on: 2009-02-12 21:05:29
|
Nice catch! After enabling nvidia's proprietary drivers (v177), everything works (even the update button -_-;). No 64bit anything on this system, btw. Mouse zoom-in feels nice (like Sins of a Solar Empire) but zoom-out feels unnatural to me. I played against 3 AI on the first map, took out one and then it was 1vs1 against blue, kinda stalemate. Hard game 
|
|
|
|
|
5
|
Games Center / Featured Games / Re: Quantum - Free RTS
|
on: 2009-02-12 04:24:13
|
Looks like an interesting game going by those screens, but I'm having problems running it on ubuntu 8.10 with GeForce 8600 GT and sun-java 6.10. With both the webstart and non-webstart version, I get to the main screen. When I click on "singleplayer" or any of the other play options, I get "Error: GL.GL_FRAMEBUFFER_EXT" and I have to kill -9 the java process. By the way, clicking on "check for updates" gives "[StartMenu] couldn't load image 'quantum.png'". The exit button works though, if I click it before clicking on anything else  So I'm thinking the problem could be my graphics card, but this card is relatively recent.
|
|
|
|
|
9
|
Game Development / Networking & Multiplayer / Re: SGS Comment
|
on: 2006-11-05 01:33:14
|
I need a notifier so I can hop on when others hop on! Thanks guys!
You could log the chat sessions. I wrote a couple of lines but most likely I was talking to /dev/null SInce you're doing collision detection with the particles and walls anyway, I think you might as well do it with the enemy ship vs player ship also. Kinda freaky to fly right through it 
|
|
|
|
|
11
|
Game Development / Newbie & Debugging Questions / overriding locale (swing l&f)
|
on: 2006-11-03 22:54:54
|
|
I'm trying to get JFileChooser to display in english (defaults to german on my system). While localization is arguably a good thing, right at this moment for these small Swing apps (to be used internally) I don't want it stuffed down my throat. So I've tried all of the following method calls:
from main(): Locale.setDefault(Locale.US); System.setProperty("user.language", "en"); System.setProperty("user.country", "US"); UIManager.getDefaults().setDefaultLocale(new Locale("en", "US")); JFileChooser.setDefaultLocale(new Locale("en", "US"));
and from actionPerformed(): fc.setLocale(new Locale("en", "", "")); // fc is instance of JFIleChooser But the dialog box still shows up in german. Now if I pass -Duser.language=en -Duser.region=US to the vm it works just fine, but is there no programmatic way of getting around this? Or am I just missing some very fundamental concept?
|
|
|
|
|
|
Add your game by posting it in the WIP section,
or publish it in Showcase.
The first screenshot will be displayed as a thumbnail.
|
|