Iceball is a moddable, open source, cross-platform engine and game inspired by AoS Classic. Created by GreaseMonkey. Incompatible with PySnip/pyspades-based AoS Classic 0.75/0.76 servers.
OfficiallyMylololz wrote:
I thought Ram was measured in mb. Oh well, guess I was wrong, but I've seen yters say they had.. 16mb of ram.
And APPARENTLY, I have 4mb of ram.
If you have under 1GB it's measured in MB. But I have never heard of someone having 4mb or 16mb of RAM.
My first computer had 40MB of memory. We got it second hand in the mid-90s.
When my graphics card's capacitors burst, I had to get by with a Voodoo 3! I think that was top notch in the times of Ultima VII!
GreaseMonkey wrote:(fuck debian/ubuntu)
I was gonna ask why, but the answer might be too technical for me. Anyway, what distro do you use, Grease?
IceCraft: Please, if you're hosting a server, remember to post the address + port, so that people like me don't have to use a shitty click-through download site.
Also, that looks like a Hamachi IP.
BozoDel: I use Ubuntu 10.04 on my old laptop, Fedora 6 on my deskop, and Fedora 16 64-bit on my current laptop.
(I also use FreeDOS on an old computer I have which has a Soundblaster 16 in it.)
OfficiallyMylololz wrote:
I thought Ram was measured in mb. Oh well, guess I was wrong, but I've seen yters say they had.. 16mb of ram.
And APPARENTLY, I have 4mb of ram.
If you have under 1GB it's measured in MB. But I have never heard of someone having 4mb or 16mb of RAM.
I'm pretty sure that most common Ram is measured in doubles. eg: 1, 2, 4, 8, 16, 32, 64.
This is just a random example I know of, this person has a 16mb Ram computer, look at paulsoaresjr's YouTube channel as he describes the specs his computer has. I don't know how you can have 1GB of ram xD as that is alot
She said I was Pink.
He said I was Lady Gaga.
Then some derp said I was purple.
OfficiallyMylololz wrote:
I'm pretty sure that most common Ram is measured in doubles. eg: 1, 2, 4, 8, 16, 32, 64.
This is just a random example I know of, this person has a 16mb Ram computer, look at paulsoaresjr's YouTube channel as he describes the specs his computer has. I don't know how you can have 1GB of ram xD as that is alot
1GB of ram isn't that much actually. It's really little nowadays, you need 1gb to run windows 7.
OfficiallyMylololz wrote:
I'm pretty sure that most common Ram is measured in doubles. eg: 1, 2, 4, 8, 16, 32, 64.
This is just a random example I know of, this person has a 16mb Ram computer, look at paulsoaresjr's YouTube channel as he describes the specs his computer has. I don't know how you can have 1GB of ram xD as that is alot
1GB of ram isn't that much actually. It's really little nowadays, you need 1gb to run windows 7.
I am using windows 7. Obviously, somethings wrong here.
She said I was Pink.
He said I was Lady Gaga.
Then some derp said I was purple.
OfficiallyMylololz wrote:
I'm pretty sure that most common Ram is measured in doubles. eg: 1, 2, 4, 8, 16, 32, 64.
This is just a random example I know of, this person has a 16mb Ram computer, look at paulsoaresjr's YouTube channel as he describes the specs his computer has. I don't know how you can have 1GB of ram xD as that is alot
1GB of ram isn't that much actually. It's really little nowadays, you need 1gb to run windows 7.
I am using windows 7. Obviously, somethings wrong here.
Oh haha sorry for causing confusion or any kind of inconvenience, It's measured in GB. right.. I have 4.00GB ram.
I'm really sorry for wasting peoples time lol
She said I was Pink.
He said I was Lady Gaga.
Then some derp said I was purple.
Sadie wrote:
GreaseMonkey could you point me in the direction of building a non-SSE-2 Build. I would be interested in optimising such a build.
I'm running a Linux on a AMD Athalon XP 3000+
make CFLAGS_EXTRA="-I/usr/include/lua/" LIBS_Lua="-llua5.1"
If the SSE2 thing chokes, do this:
make CFLAGS_EXTRA="-mno-sse2 -I/usr/include/lua/" LIBS_Lua="-llua5.1"
Make sure you have all the required development libraries!
Ahh! one of the first things I checked on was x11 Development Libs and more specificity the Display/Video Development Libs. I failed on the SDL rebuild. "make clean", ./configure, make, make install.
GreaseMonkey wrote:
P.S. Why does your avatar look like someone cosplaying Reisen Udonge Inaba?
Lots of Rum and Coke
compiled and running while loading I see between 18-23 FPS, while running 10-14. I compiled straight with make, and also ala
make CFLAGS_EXTRA="-mno-sse2 -I/usr/include/lua/" LIBS_Lua="-llua5.1"; no discernible difference. So now am reading the other lit. and poking around the code.
Thx!
I am just now compiling it for the first time too. Is there anything like sdl-config for lua? this would really come in handy as I can't think of any other portable solution. Anyways I sent you a pull request after changing the way the makefiles work a bit, included a tempory solution of adding HEADERS_LUA as a variable.
Also I might be able to rig you up a nMakefile for MSVC (unless you use a lot of C99), I like it no better than you, but flexibility for the user is always good. I actually might be getting somewhere with GPL and Voxlap too, in which case this would help me combine the two in lieu of my port being finished.
Ericson2314 wrote:I am just now compiling it for the first time too. Is there anything like sdl-config for lua? this would really come in handy as I can't think of any other portable solution. Anyways I sent you a pull request after changing the way the makefiles work a bit, included a tempory solution of adding HEADERS_LUA as a variable.
Also I might be able to rig you up a nMakefile for MSVC (unless you use a lot of C99), I like it no better than you, but flexibility for the user is always good. I actually might be getting somewhere with GPL and Voxlap too, in which case this would help me combine the two in lieu of my port being finished.
Could you please redo the commit but ensure that the bulk of the .h files are in src, not include? I'm talking about the lua_*.h ones.
With that said, could you also please name the dir "src", not "source"?
Thanks for taking the time to put that together, it just needs a little bit of tweaking.