April 26, 2012 · News

Despite the current engine limitations, some fans are already planning for the future and making mods for OpenXcom in our forums, which I’m sure most of you don’t check (shame on you :P ) so I’d like to highlight some stuff here:

- New Terror Mission Map Blocks

Sick of the same old terror site? Want some variety in your life? Well Luke83 brings us  a pack of brand new map pieces to spice up your terror sites. They’ll even be playable in v0.4!

- Hostile gangs and civilians

Remember all those times you happily blasted civilians out of your way? What if they actually fought back? Luke83 poses a dangerous dilemma for X-Com players everywhere.

- Aliens inventory

What if you could see aliens’ inventory? It… probably wouldn’t be that interesting, but regardless, luke83 has whipped up some inventory graphics just in case.

- New weapon graphics

Not enough weapons for you? Here are some interesting variations made by Chiko.

- HWPs suggestions

Have HWPs gotten too cold and lifeless for you? Do you wish you could make them more personal, change their weapon slots, maybe give them legs? Well Chiko has got you covered.

Note that most of these are just concepts, but they do give us ideas on what to add in the future. What about you, got some interesting ideas? Have you made custom maps, sprites or other mods for X-Com and would like to see them carried over to OpenXcom? We’d love to see what you got and support any fellow modding communities out there, so spread the word and show us what you got. :)

April 1, 2012 · News

Update: April fools! (as if you couldn’t tell) Click here for the original post.

February 11, 2012 · News

Just a heads-up for all the OpenXcom Windows developers. I’ve restructured the project structure to support both x86 and x64 builds, and updated all the dependencies, so next time you pull the latest code it probably won’t compile until you update everything to match. Make sure to clear out all the old dependencies and built files (bin\, deps\ and obj\ folders) and get the new pre-built dependencies. They include the new SDL 1.2.15, SDL_mixer 1.2.12, SDL_gfx 2.0.23 and yaml-cpp 0.3.0, both for x86 and x64 systems. Everything seems to still work on my end, so let me know if you experience any trouble.

The Eclipse and CodeBlocks projects were also dropped from the codebase  since they were hardly used and changed based on people’s individual configurations. If you use these IDEs I suggest just making your own local project.

Developers for other platforms don’t need to worry as you probably aren’t affected.

February 8, 2012 · News

If there’s anything I’ve proven to myself time and time again, is that I’m not good with Linux. Sure I can install it, use it, maybe play around with a bit if it’s got enough GUIs, but it all reeks of beginner. All I can do is pack an executable in a tarball when there’s a million people out there thet can make fancy packages and distributions and what-not.

So, I’m dropping my Linux testing and binary builds (I don’t think they ever worked anyways).  Instead, I’m welcoming all the Linux enthusiasts to help maintain OpenXcom on their favorite platform of choice. This isn’t a serious commitment, just make sure to test it regularly and let us know of any issues, or even help distribute it by making builds, creating fancy packages or spreading it among your repositories. If it’s good I’ll even place your builds on the Downloads page and credit you.

This doesn’t apply to just Linux though, OpenXcom is a cross-platform project and I love to see it running on new platforms. If you’re good at porting to some esoteric platform or just optimizing for lighter devices, don’t be shy, share your experiences on the forum and help spread OpenXcom everywhere!

Update: There is now a new section on the forums to post and discuss your own builds, and I will try to inform you of upcoming stable releases there. I also welcome you to contribute to the Compiling section on the wiki with instructions for your particular platform/IDE/etc.

December 23, 2011 · News
November 16, 2011 · News

Crisis averted. Also courtesy of Ufopaedia.org, I’ve moved all our documentation to a nice and friendly wiki, so it’s easier for everyone to access and ignore all in one place! And you can add your own helpful information like compiling on obscure platforms and what not. If you’ve got any feedback about it, let me know.

November 14, 2011 · News

Tried to upgrade CPU for better development performance. CPU won’t work. Stuck on my laptop until a replacement arrives. Yay.

November 9, 2011 · News

Sorry about the slowness of updates lately, but as usual, university work is catching up with me and I have to give it all I got.

In the meantime, I’ve put up a poll about Which development tools do you use? on the forums, for those that compile OpenXcom themselves. This will help us decide which platforms/tools to focus on supporting as we develop the project, so please vote honestly.

October 4, 2011 · News

Ok, I get that you’re all anxious to see the project develop, can’t wait to be able to play everything and wanna help as much as you can. I appreciate that. But now with 8 pull requests pending, some even conflicting with one another, let’s get some things straightened out. Here’s the easiest way you can help the project:

TEST THE GAME. Really, we spend so much time developing that we don’t have time to double-check everything and make sure nothing is broken. We put out builds not just to show we’re making progress but so people can play with them and give us feedback to make sure we’re going in the right direction, but we often don’t get much more than “oh wow”s and bugs slip through. One of our goals is to be as bug-free as possible and we can’t guarantee that without your help.

But you still really really really really wanna program something. Ok, here’s some tips on how to do that while still being helpful:

  • Please try to follow the coding guidelines and overall structure of the project. I know you all have your own flaming reasons why this style is better than that style and will defend it to the death, but it’s essential that the code stays clean and consistent. I know players only care about stuff working, but if I just accept everything as is, the code can snowball into an ugly mess that nobody feels like maintaining anymore and hinder development, so I review everything that is contributed to ensure this. Feel free to post any questions you have about the code structure and how to best integrate your stuff to avoid delays later.
  • Find something useful that nobody else seems to be paying attention to or can figure out. Bug fixes, improvements, optimizations, etc. Things that are easy to review and merge without worrying about the whole impact in the project are the best. Special thanks if it’s something that’s been frustrating us for weeks and you found the perfect solution.
  • Don’t try to work on stuff we’re already working on, specially very large stuff at once, this is very disruptive. Being surprised by a sudden huge contribution is not fun if it just makes all our effort useless, so you might think you’re speeding up the process, but it’s impossible to guess where we’re going with a feature just from looking over partially-implemented code and you’ll just take it in a completely different direction. Then we either have to scrap all our work, all your work or do our best to try to mish-mash and integrate it all coherently, either way it’s a lot of effort wasted. When in doubt, post in the forums first to make sure you’re actually being helpful.
  • Finally, OpenXcom can’t please all the people all the time. Maybe you have some crazy ideas that don’t really fit the scope of the project so we can’t accept your contribution, but don’t let that stop you! This is open-source, anyone can take it wherever they please, it doesn’t all have to be part of the main OpenXcom. You can just keep developing it separately on your own end, maybe other people like your crazy ideas and wanna see more. Some think everyone keeping their own patches / branches / versions / whatever is an ugly mess, but I think it’s a better approach than trying to turn OpenXcom into this massive bloaty all-encompassing solution for everyone’s wishes with a million else-if’s. We will be incorporating options and moddability into the main project, but only so far.

I don’t mean to sound like a hard-ass, I really do appreciate our community and how helpful you guys try to be, but it can only go so far. Right now I’m working on rulesets and started getting a lot of ruleset contributions, often conflicting with one another, and I just had to stop it before it became a mess. First and foremost, be patient and let us do our job, we’re not going anywhere. :)

September 16, 2011 · News

Ronen K. has successfully ported OpenXcom 0.3 to Maemo. You can get more details and download it from his website.