openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
A
Arcomage Clone
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
2 days
ago. based on code collected
2 days
ago.
Aug 20, 2024 — Aug 20, 2025
Showing page 2 of 3
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
The menu no longer eats all resources when idle. Cleanup of tabs to spaces in graphics.c. More work on ttf.c, still not quite finished.
GreatEmerald
More...
over 13 years ago
Fixed faulty rendering in FGLRX (there still is a black screen when you put another window on top of that one, unfortunately). Also, more work on TTF support.
GreatEmerald
More...
over 13 years ago
The frontend compiles again, and now draws all of the card backgrounds. They are still not in the right position yet, but the functions should not change all that much.
GreatEmerald
More...
over 13 years ago
Started work on finding the optimal font size to render. Also minor fixes to the function declarations.
GreatEmerald
More...
over 13 years ago
Initial TTF support commit. It's horribly incomplete right now, but it will get better in the long run.
GreatEmerald
More...
over 13 years ago
Structure cleanup and started work on card drawing support. It should already be able to draw the background of the cards, it's just not compiled yet. Also, I just realised that the white card needs more spheres to put the additional costs in. The black card could do without a sphere at all, but it's best to keep it so that players wouldn't get confused.
GreatEmerald
More...
over 13 years ago
The in-game GUI that is not dependent on the text is now complete (even though not bug-free). Now I will have to work on rendering cards and text.
GreatEmerald
More...
almost 14 years ago
Merge branch 'libarcomage-dev' of
[email protected]
:GreatEmerald/Arcomage-Clone.git into libarcomage-dev
GreatEmerald
More...
almost 14 years ago
The logo is now being displayed in the main menu. Also, started work on the UI elements in the main game. Math problems ahoy.
GreatEmerald
More...
almost 14 years ago
The logo is now being displayed in the main menu. Also, started work on the UI elements in the main game. Math problems ahoy.
GreatEmerald
More...
almost 14 years ago
Started the implementation of the game's GUI. Also fixed a bug that prevented the Start button from working. Right now pressing it draws the background and the card stack.
GreatEmerald
More...
almost 14 years ago
Added most of the missing resources to the Sprites.PNG file, also fixed a bug that prevented the new image from displaying correctly.
GreatEmerald
More...
almost 14 years ago
Implemented the Quit button (although all other buttons also default to Quit for now). Also started to use the new versioning system for Arcomage Clone.
GreatEmerald
More...
almost 14 years ago
Start of the mouse input implementation.
GreatEmerald
More...
almost 14 years ago
The hover effect is now nearly complete. Bottom buttons still have problems with the hover effect, and the top ones don't precisely match, but I have pretty much eliminated the performance issues on Linux and probably improved it on windows as well.
GreatEmerald
More...
almost 14 years ago
Added the button hover effect. Also found out the cause of poor performance on Linux - SDL_Delay is not the same between platforms due to kernel scheduling (disabling it should make it faster, but who would do that?).
GreatEmerald
More...
almost 14 years ago
Main menu is now rendered. Only functionality needs to be reintegrated now.
GreatEmerald
More...
almost 14 years ago
Added DrawRectangle() and DrawGradient() to opengl.c and I am nearly finished with the base background.
GreatEmerald
More...
almost 14 years ago
Got it to compile properly, and created the system for drawing scaled textures that depend on a zone rather than on the resolution. Now I need a few more OpenGL functions to draw some monochrome rectangles and a gradient, and we will have a base for the menu.
GreatEmerald
More...
almost 14 years ago
Lots of work on the graphics. Attempting to render the main menu. It almost compiles!
GreatEmerald
More...
almost 14 years ago
Merge branch 'libarcomage-dev' of
[email protected]
:GreatEmerald/Arcomage-GreatEmerald.git into libarcomage-dev
GreatEmerald
More...
almost 14 years ago
Minor alterations to the code.
GreatEmerald
More...
almost 14 years ago
Started adding the resources needed for the game. Most of them are HD and my work or in the public domain, so they don't infringe any copyrights.
Dainius 'GreatEmerald' Masiliunas
More...
almost 14 years ago
SDL is too much of a hassle to use, so I decided to switch over to proper OpenGL. However, this means major changes. I still need to figure out how to handle the texture assignment, since there is no point in having both SDL surfaces and OGL textures stored in memory.
GreatEmerald
More...
almost 14 years ago
It compiles and launches! Only a black screen for now, however, but it will eventually get better.
GreatEmerald
More...
almost 14 years ago
Trying to get it to compile. It won't link yet, and for absolutely no reason.
GreatEmerald
More...
almost 14 years ago
A few changes towards getting it to compile. Unfortunately, it's not easy to test things, since I have to comment out a whole lot of code and then remember to uncomment it when I need it...
GreatEmerald
More...
almost 14 years ago
Work on making the Graphics_Init() function better by interfacing with D.
GreatEmerald
More...
almost 14 years ago
Initialisation works fine so far, as does the initial SetPlayerInfo(). I have to use rather hacky methods to pull in configuration data, though.
GreatEmerald
More...
almost 14 years ago
Changed the stretegy of doing this a bit. Making all globals compatible with C is too difficult or impossible, given that C doesn't support dynamic arrays to begin with. So I will have to make a separate API for C.
GreatEmerald
More...
almost 14 years ago
←
1
2
3
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree